Method: ShortStack::Controller.call

Defined in:
lib/short_stack/controller.rb

.call(env) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



52
53
54
55
# File 'lib/short_stack/controller.rb', line 52

def self.call(env)
  app = new(env)
  app.dispatch!
end