[Source]
# File lib/runtime/server.rb, line 5 5: def start_tasks 6: @server = config.server.new( application, host, port ) 7: @server.start 8: end
# File lib/runtime/server.rb, line 10 10: def stop_tasks ; @server.stop ; end
[Validate]