Module: Rango::Utils

Extended by:
Utils
Included in:
Utils
Defined in:
lib/rango/utils.rb

Instance Method Summary collapse

Instance Method Details

#load_rackup(path = "config.ru") ⇒ Object

Deprecated.


15
16
17
18
# File 'lib/rango/utils.rb', line 15

def load_rackup(path = "config.ru")
  app, options = Rack::Builder.parse_file(path)
  return app
end