Class: Rack::Mux::Server
- Inherits:
-
Server
- Object
- Server
- Rack::Mux::Server
- Defined in:
- lib/rack/mux.rb
Overview
Instance Method Summary collapse
-
#initialize(options = nil) ⇒ Server
constructor
A new instance of Server.
Constructor Details
#initialize(options = nil) ⇒ Server
Returns a new instance of Server.
68 69 70 71 |
# File 'lib/rack/mux.rb', line 68 def initialize( = nil) @options = @app = [:app] if && [:app] end |