Method: Thin::Server#app

Defined in:
lib/thin/server.rb

#appObject

Application (Rack adapter) called with the request that produces the response.



61
62
63
# File 'lib/thin/server.rb', line 61

def app
  @app
end