Sinatra doesn’t know this ditty.

Try this:
# in main.rb
class GrapesRV
  get '/%D0%B0%D0%BB%D0%B0%D0%B2%D0%B5%D1%80%D0%B4%D1%8B' do
    "Hello World"
  end
end