Sha256: 7f31a3a5730ca324bf27640038ea24ef6c4f4aaefc197e969c692eb176baaaaf
Contents?: true
Size: 265 Bytes
Versions: 99
Compression:
Stored size: 265 Bytes
Contents
module Pact module Matchers class NoDiffAtIndex def to_json options = {} to_s.inspect end def to_s '<no difference at this index>' end def == other other.is_a? NoDiffAtIndex end end end end
Version data entries
99 entries across 99 versions & 2 rubygems