Method: Falcon::Command::Serve#endpoint_options

Defined in:
lib/falcon/command/serve.rb

#endpoint_optionsObject



56
57
58
# File 'lib/falcon/command/serve.rb', line 56

def endpoint_options
  @options.slice(:hostname, :port, :timeout)
end