Class: FReCon::Server
- Includes:
- Routes
- Defined in:
- lib/frecon/server.rb
Overview
Public: The Sinatra web server.
Class Method Summary collapse
-
.start(*arguments) ⇒ Object
Public: Start the Server.
Methods included from Routes
attribute_routes, included, resource_routes
Class Method Details
.start(*arguments) ⇒ Object
Public: Start the Server.
Returns the result of starting the server.
29 30 31 |
# File 'lib/frecon/server.rb', line 29 def self.start(*arguments) run!(*arguments) end |