Sinatra doesn’t know this ditty.
Try this:
# in app.rb class TopDecks::WebApp get '/lander' do "Hello World" end end