Flowdock
method

serve

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: Server
serve() public

No documentation

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

Hide source
# File lib/xmlrpc/server.rb, line 642
  def serve
    signals = ]INT TERM HUP] & Signal.list.keys
    signals.each { |signal| trap(signal) { @server.shutdown } }

    @server.start
  end
Register or log in to add new notes.