Sha256: bd0708e91e0fa5f2541524b550e0878a60dafd34cfa23cd9dbca03fcf3db24ac
Contents?: true
Size: 217 Bytes
Versions: 1
Compression:
Stored size: 217 Bytes
Contents
require "pint/version" 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.1.2 | lib/pint.rb |