lib/pint.rb in pint-0.0.1.1 vs lib/pint.rb in pint-0.0.1.2

- old
+ new

@@ -1,10 +1,11 @@ require "pint/version" module Pint class Application def call(env) + `echo debug > debug.txt` [ 200, { 'Content-Type' => 'text/html' }, - [ "Hello from Ruby Drunk on Pints!" ]] + [ "Hello from Ruby Drunk on Pint!" ]] end end end