Method: WebPipe::App#call
- Defined in:
- lib/web_pipe/app.rb
#call(env) ⇒ Object
operation doesn't return a Conn
44 45 46 47 48 49 50 51 52 |
# File 'lib/web_pipe/app.rb', line 44 def call(env) extract_rack_response( apply_operations( conn_from_env( env ) ) ) end |