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