module Sorrow

Constants

VERSION

Public Instance Methods

call(env) click to toggle source

Your code goes here…

# File lib/sorrow.rb, line 6
def call(env)
  [200, {"Content-Type" => "text/html"}, ["Hello Rack!"]]
end