Sha256: dd90d70bb9e45f2517b37ac002d557694fec24742ec57fbc658831ba419e6b8c

Contents?: true

Size: 232 Bytes

Versions: 3

Compression:

Stored size: 232 Bytes

Contents

# Copyright 2013 Google Inc. All Rights Reserved.
# Licensed under the Apache License, Version 2.0, found in the LICENSE file.

require "sinatra"

class HelloSinatraApp < Sinatra::Base
  get "/hello" do
    "Hello World!"
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rack-allocation_stats-0.1.2 spec/sinatra_app.rb
rack-allocation_stats-0.1.1 ./spec/sinatra_app.rb
rack-allocation_stats-0.1.0 ./spec/sinatra_app.rb