Sha256: e9f1ba6a7b709719c6eaca851a70545e211c84723083bd0ed6c59e2ec9b11f51

Contents?: true

Size: 230 Bytes

Versions: 1

Compression:

Stored size: 230 Bytes

Contents

require "thomler/version"

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.6 lib/thomler.rb