Method: Innate::SingletonMethods#app
- Defined in:
- lib/innate.rb
#app ⇒ Rack::Builder
Returns an instance of Rack::Builder that can be used to start a Innate application.
77 78 79 |
# File 'lib/innate.rb', line 77 def app @app end |