Sha256: 1b8855dc64afa36486e9f7e167b8b78360425b0cf92a41e3cad50f1f1a084d4f
Contents?: true
Size: 282 Bytes
Versions: 3
Compression:
Stored size: 282 Bytes
Contents
module Pact class IndexNotFound def == other other.is_a? IndexNotFound end def to_s "<index not found>" end def to_json options = {} to_s end def as_json options = {} to_s end def empty? true end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pact-1.0.34 | lib/pact/matchers/index_not_found.rb |
pact-1.0.33 | lib/pact/matchers/index_not_found.rb |
pact-1.0.32 | lib/pact/matchers/index_not_found.rb |