Sha256: b861b2537d06bb725f664e5ea0027ac5e9072bea46242f91da334b2ce288482b
Contents?: true
Size: 175 Bytes
Versions: 1
Compression:
Stored size: 175 Bytes
Contents
require "thomler/version" module Thomler class Application def call env [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.2 | lib/thomler.rb |