Flowdock
method

new

Importance_0
new(*args) public

No documentation

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

Hide source
# File lib/webrick/httpstatus.rb, line 16
      def initialize(*args)
        args[0] = AccessLog.escape(args[0]) unless args.empty?
        super(*args)
      end
Register or log in to add new notes.