Class: AboongmRulers::Application

Inherits:
Object
  • Object
show all
Defined in:
lib/aboongm_rulers.rb

Constant Summary collapse

HTML_CONTENT_TYPE =
{'Content-Type' => 'text/html'}

Instance Method Summary collapse

Instance Method Details

#call(env) ⇒ Object



8
9
10
11
# File 'lib/aboongm_rulers.rb', line 8

def call(env)
  `echo debug > debug.txt`;
  [200, HTML_CONTENT_TYPE, ["Hello from Ruby on Rulers!"]]
end