Sinatra doesn’t know this ditty.

Try this:
# in app.rb
class TopDecks::WebApp
  get '/card/D/D+Savant+Thomas' do
    "Hello World"
  end
end