Flowdock
new(server, *options) public

No documentation

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

Hide source
# File lib/webrick/httpservlet/abstract.rb, line 26
      def initialize(server, *options)
        @server = @config = server
        @logger = @server[:Logger]
        @options = options
      end
Register or log in to add new notes.