Class: Rugo::HelloHandler

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

Instance Method Summary collapse

Instance Method Details

#call(params) ⇒ Object



66
67
68
# File 'lib/rugo.rb', line 66

def call(params)
  [200, { 'Content-Type' => 'text/html' }, ["<h1>Welcome to Rugo!</h1>"]]
end