Method: Innate::SingletonMethods#app

Defined in:
lib/innate.rb

#appRack::Builder

Returns an instance of Rack::Builder that can be used to start a Innate application.

Returns:

  • (Rack::Builder)


77
78
79
# File 'lib/innate.rb', line 77

def app
  @app
end