sinatra/test/data/reload_app_file.rb

4 lines
70 B
Ruby

$reload_count += 1
$reload_app.get('/') { 'Hello from reload file' }