1508 1509 1510
# File 'lib/sinatra/base.rb', line 1508 def on_stop(&on_stop_callback) @on_stop_callback = on_stop_callback end