github.com/DaAlbrecht/cf-cli@v0.0.0-20231128151943-1fe19bb400b9/fixtures/applications/example-app/app.rb (about) 1 require "sinatra" 2 3 get "/" do 4 "Hello world!" 5 end