Sha256: 4778c7bfe74a84d4c7a9b533d980682202540da0fddab53ba63c408ab57b17a1
Contents?: true
Size: 235 Bytes
Versions: 19
Compression:
Stored size: 235 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 empty? true end end end
Version data entries
19 entries across 19 versions & 1 rubygems