Flowdock
info(fmt, *args) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/webrick/httpauth/authenticator.rb, line 65
      def info(fmt, *args)
        if @logger.info?
          log(:info, fmt, *args)
        end
      end
Register or log in to add new notes.