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