Sha256: cfd0dd97cb25b33119adf29a0abd6fb7e071184d9e1c0017dc4d518cbae58927
Contents?: true
Size: 254 Bytes
Versions: 1
Compression:
Stored size: 254 Bytes
Contents
require "thomler/version" require "thomler/array" 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.7 | lib/thomler.rb |