Sha256: 1a7d4952cf1439371d4883509722643cbcf6c18d404a6deda1d3ba390df5e53c

Contents?: true

Size: 239 Bytes

Versions: 1

Compression:

Stored size: 239 Bytes

Contents

require "pint/version"

require "pint/array"

module Pint
  class Application
    def call(env)
      `echo debug > debug.txt`
      [ 200, { 'Content-Type' => 'text/html' },
        [ "Hello from Ruby Drunk on Pint!" ]]
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pint-0.0.1.3 lib/pint.rb