Sinatra doesn’t know this ditty.

Try this:
# in app.rb
class Alchemy::WebApp
  get '/duel_master_ygo' do
    "Hello World"
  end
end