lib/thomler.rb in thomler-0.0.2 vs lib/thomler.rb in thomler-0.0.3
- old
+ new
@@ -1,9 +1,10 @@
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