Sinatra doesn’t know this ditty.

Try this:
# in main.rb
class GrapesRV
  get '/info:tab:%D0%BA%D1%80%D0%B5%D0%BF%D0%BE%D1%81%D1%82%D0%B8' do
    "Hello World"
  end
end