Flowdock
new(server, local_path) public

No documentation

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

Hide source
# File lib/webrick/httpservlet/filehandler.rb, line 22
      def initialize(server, local_path)
        super
        @local_path = local_path
      end
Register or log in to add new notes.