Sha256: a90644edcca07732c0679b45c5a16bd60f1f0f78a8a5b8509e83931366e23b80
Contents?: true
Size: 327 Bytes
Versions: 2
Compression:
Stored size: 327 Bytes
Contents
# This file is part of the "Utopia Framework" project, and is licensed under the GNU AGPLv3. # Copyright 2010 Samuel Williams. All rights reserved. # See <utopia.rb> for licensing details. module Rack class Response def self.create(response, &block) self.new(response[2], response[0], response[1], &block) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
utopia-0.9.28 | lib/utopia/response_helper.rb |
utopia-0.9.27 | lib/utopia/response_helper.rb |