Sinatra doesn’t know this ditty.

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