method

debug

v2_6_3 - Show latest stable - Class: Bundler::UI::Shell
debug(msg, newline = nil)
public

No documentation available.

# File lib/bundler/ui/shell.rb, line 48
      def debug(msg, newline = nil)
        tell_me(msg, nil, newline) if debug?
      end