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