Sinatra doesn’t know this ditty.

Try this:
# in main.rb
class GrapesRV
  get '/classes:%D1%80%D0%B0%D1%81%D1%8B_zuluhotel' do
    "Hello World"
  end
end