# File lib/bundler/ui.rb, line 49 def be_quiet! @quiet = true end
# File lib/bundler/ui.rb, line 37 def confirm(msg, newline = nil) tell_me(msg, :green, newline) if !@quiet end
# File lib/bundler/ui.rb, line 62 def debug(msg, newline = nil) tell_me(msg, nil, newline) if debug? end
# File lib/bundler/ui.rb, line 53 def debug? # needs to be false instead of nil to be newline param to other methods !!@debug && !@quiet end
# File lib/bundler/ui.rb, line 45 def error(msg, newline = nil) tell_me(msg, :red, newline) end
Generated with the Darkfish Rdoc Generator 2.