Method: Sinatra::ExtendedRack#app

Defined in:
lib/sinatra/base.rb

#appObject

Returns the value of attribute app

Returns:

  • (Object)

    the current value of app



192
193
194
# File 'lib/sinatra/base.rb', line 192

def app
  @app
end