Sha256: e493d22b2b7dc8fb6e5d332dd0834cbfa38b84ce708dcfee36a205546d7fc1cb

Contents?: true

Size: 139 Bytes

Versions: 4

Compression:

Stored size: 139 Bytes

Contents

#!ruby -I ../../lib -I lib
require 'nyny'

class App < NYNY::App
  get '/hello/:name' do
    "Hello #{params[:name]}!"
  end
end

App.run!

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
nyny-2.0.0 benchmarks/url_pattern/nyny.rb
nyny-1.0.2 benchmarks/url_pattern/nyny.rb
nyny-1.0.1 benchmarks/url_pattern/nyny.rb
nyny-1.0.0 benchmarks/url_pattern/nyny.rb