Sha256: 07beba1b4d452f0d412ed9bbc7a8713d2816a1d017731e27f2411915585e56a7

Contents?: true

Size: 106 Bytes

Versions: 10

Compression:

Stored size: 106 Bytes

Contents

require 'sinatra/base'

class MyApp < Sinatra::Base
  get '/' do
    'Hello World'
  end
end

MyApp.run!

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
catscope-0.1.6 test.rb
catscope-0.1.5 test.rb
catscope-0.1.4 test.rb
catscope-0.1.3 test.rb
catscope-0.1.2 test.rb
catscope-0.1.1 test.rb
catscope-0.1.0 test.rb
catscope-0.0.3 test.rb
catscope-0.0.2 test.rb
catscope-0.0.1 test.rb