Method: Bundler::UI::Shell#info

Defined in:
lib/bundler/ui/shell.rb

#info(msg = nil, newline = nil) ⇒ Object



26
27
28
29
30
# File 'lib/bundler/ui/shell.rb', line 26

def info(msg = nil, newline = nil)
  return unless info?

  tell_me(msg || yield, nil, newline)
end