Module: Rack::If
- Defined in:
- lib/rack-if.rb,
lib/rack-if/server.rb,
lib/rack-if/version.rb
Defined Under Namespace
Classes: Server
Constant Summary collapse
- VERSION =
"0.1.2"
Class Method Summary collapse
Class Method Details
.new(*args, &blk) ⇒ Object
5 6 7 |
# File 'lib/rack-if.rb', line 5 def self.new(*args, &blk) lambda { |env| Server.new(*args, &blk).call(env) } end |