method

info

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

No documentation available.

# File lib/bundler/ui/shell.rb, line 25
      def info(msg, newline = nil)
        tell_me(msg, nil, newline) if level("info")
      end