Method: Sinatra::Base.prototype
- Defined in:
- lib/sinatra/base.rb
permalink .prototype ⇒ Object
The prototype instance used to process requests.
1650 1651 1652 |
# File 'lib/sinatra/base.rb', line 1650 def prototype @prototype ||= new end |