Method: Rack::File#call
- Defined in:
- lib/vendor/rack-1.5.2/lib/rack/file.rb
#call(env) ⇒ Object
30 31 32 |
# File 'lib/vendor/rack-1.5.2/lib/rack/file.rb', line 30 def call(env) dup._call(env) end |
30 31 32 |
# File 'lib/vendor/rack-1.5.2/lib/rack/file.rb', line 30 def call(env) dup._call(env) end |