Libraries
»
actionframework
(0.2.2)
»
Index
»
ActionFramework
»
Base
»
#call
Method: ActionFramework::Base#call
Defined in:
lib/actionframework/base.rb
#
call
(env) ⇒
Object
37 38 39
# File 'lib/actionframework/base.rb', line 37
def
call
env
@app
.
call
(
env
)
end