Method: Bundler::UI::Shell#debug

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

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



52
53
54
55
56
# File 'lib/bundler/ui/shell.rb', line 52

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

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