Sinatra doesn’t know this ditty.

Try this:
# in main.rb
class GrapesRV
  get '/classes:%25D1%2580%25D0%25B0%25D1%2581%25D1%258B_zuluhotel' do
    "Hello World"
  end
end