Sinatra doesn’t know this ditty.

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