Class: Caterer::Action::Environment::Setup

Inherits:
Base
  • Object
show all
Defined in:
lib/caterer/action/environment/setup.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Caterer::Action::Base

Instance Method Details

#call(env) ⇒ Object



6
7
8
# File 'lib/caterer/action/environment/setup.rb', line 6

def call(env)
  @app.call(env)
end