Method: Sinatra::Base.on_stop_callback
- Defined in:
- lib/sinatra/base.rb
.on_stop_callback ⇒ Object (readonly)
Returns the value of attribute on_stop_callback.
1305 1306 1307 |
# File 'lib/sinatra/base.rb', line 1305 def on_stop_callback @on_stop_callback end |