Sha256: aa3e049dd722b438ba1e435dd7892c9bdee0b75e3443e3d4395c1cc603f05ced
Contents?: true
Size: 222 Bytes
Versions: 1
Compression:
Stored size: 222 Bytes
Contents
require "thomler/version" module Thomler class Application def call env 'echo debug > debug.txt'; [200, {'Content-Type' => 'text/html'}, ["Hello from Ruby on Thomler, version 0.0.4!"]] end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
thomler-0.0.4 | lib/thomler.rb |