Sinatra doesn’t know this ditty.

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