lib/thomler.rb in thomler-0.0.7 vs lib/thomler.rb in thomler-0.1.0

- old
+ new

@@ -2,11 +2,9 @@ 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!"]] + [200, {'Content-Type' => 'text/html'}, ["Hello from Ruby on Thomler!"]] end end end