Sinatra doesn’t know this ditty.

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