Sha256: 99957cd2fc4ecd2111fe5d44cccb842eb2184767d981f055be72a0eeffdf3709
Contents?: true
Size: 238 Bytes
Versions: 1
Compression:
Stored size: 238 Bytes
Contents
require "pint/version" require "pint/array" module Pint class Application def call(env) `echo debug > debug.txt` [ 200, { 'Content-Type' => 'text/html' }, [ "Hello from Ruby Drunk on Pint!" ]] end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pint-0.0.2 | lib/pint.rb |