github.com/cloudcredo/cloudrocker@v0.0.0-20160108110610-1320f8cc2dfd/sample-apps/ruby/cloudcredo.rb (about)

     1  class CloudCredo < Sinatra::Base
     2    get '/' do
     3      'CloudCredo help you deliver value with Cloud Foundry!'
     4    end
     5  end