Sinatra doesn’t know this ditty.

Try this:
# in main.rb
class GrapesRV
  get '/classes:%D0%B2%D0%BE%D0%B8%D0%BD' do
    "Hello World"
  end
end