Sinatra doesn’t know this ditty.

Try this:
# in main.rb
class GrapesRV
  get '/the_capture_of_the_tower:info' do
    "Hello World"
  end
end