Sha256: c505e40c0a10aecf23e111a648fdd856e6a3339b90235bc9bc0b57ecd5e62da6

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