Sha256: 655e140e33c5f2f231eec31847b6006fc384bb1d51ad809d7ce76555ade56571
Contents?: true
Size: 179 Bytes
Versions: 4
Compression:
Stored size: 179 Bytes
Contents
#!ruby -I ../../lib -I lib require 'nyny' class App < NYNY::App before do request end after do response end get '/' do 'Hello World!' end end App.run!
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
nyny-2.0.0 | benchmarks/filters/nyny.rb |
nyny-1.0.2 | benchmarks/filters/nyny.rb |
nyny-1.0.1 | benchmarks/filters/nyny.rb |
nyny-1.0.0 | benchmarks/filters/nyny.rb |