Class: Application
- Inherits:
-
Object
- Object
- Application
- Defined in:
- lib/templates/rack/app/application.rb
Instance Method Summary collapse
Instance Method Details
#call(env) ⇒ Object
3 4 5 |
# File 'lib/templates/rack/app/application.rb', line 3 def call(env) [200, {'Content-Type' => 'text/html'}, ["App"]] end |