Sinatra doesn’t know this ditty.

Try this:
# in main.rb
class GrapesRV
  get '/info:tab:%D0%B7%D0%B0%D0%BC%D0%BA%D0%B8' do
    "Hello World"
  end
end