# File lib/geminstaller/output_listener.rb, line 13
13: def notify(msg, stream = :stdout)
14: @messages.push(msg)
15: return unless @output_filter
16: if stream == :stdout or stream == :stderr
17: @output_filter.rubygems_output(stream, msg)
18: else
19: raise GemInstaller::GemInstallerError.new("Invalid stream specified: #{@stream}")
20: end
21: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.