Class: Rwby::Application
- Inherits:
-
Object
- Object
- Rwby::Application
- Defined in:
- lib/rwby.rb
Instance Method Summary collapse
Instance Method Details
#call(env) ⇒ Object
6 7 8 9 10 11 12 |
# File 'lib/rwby.rb', line 6 def call(env) [ 200, {'Content-Type' => 'text/html'}, ["Hello from RWBY Red!"] ] end |