Flowdock
add_handler(suffix, handler) 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 131
      def self.add_handler(suffix, handler)
        HandlerTable[suffix] = handler
      end
Register or log in to add new notes.