Sha256: 842f76fe6845814661f8ad64e71c91e3b130b2bdbfbfb1313981b5babf64d019
Contents?: true
Size: 208 Bytes
Versions: 2
Compression:
Stored size: 208 Bytes
Contents
# frozen_string_literal: true require "rom/types" module ROM module HTTP module Types include ROM::Types Path = Coercible::String.constructor { |s| s.sub(%r{\A/}, "") } end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rom-http-0.10.0 | lib/rom/http/types.rb |
rom-http-0.9.0 | lib/rom/http/types.rb |