Sha256: c304ca608b6073229292ca4607c32187fb94c164b4f2b5de6abf87c5ad82c950
Contents?: true
Size: 207 Bytes
Versions: 1
Compression:
Stored size: 207 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!"]] end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
thomler-0.0.3 | lib/thomler.rb |