Class: HmlonsWeb::Router

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

Instance Method Summary collapse

Instance Method Details

#call(env) ⇒ Object



2
3
4
# File 'lib/hmlons_web/router.rb', line 2

def call(env)
  find_route(env).call(env)
end