Module: Rango::Utils
Instance Method Summary collapse
- #load_rackup(path = "config.ru") ⇒ Object deprecated Deprecated.
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, = Rack::Builder.parse_file(path) return app end |