class Pint::Application
Public Instance Methods
call(env)
click to toggle source
# File lib/pint.rb, line 6 def call(env) `echo debug > debug.txt` [ 200, { 'Content-Type' => 'text/html' }, [ "Hello from Ruby Drunk on Pint!" ]] end