Sha256: 54a3f5716fe598eff854fe7e4aa1437b797f7d020f0a4059af338021ef8d332e
Contents?: true
Size: 264 Bytes
Versions: 6
Compression:
Stored size: 264 Bytes
Contents
module Pact class UnexpectedKey def == other other.is_a? UnexpectedKey end def to_s '<key not to exist>' end def as_json options = {} to_s end def to_json opts = {} as_json.to_json options end end end
Version data entries
6 entries across 6 versions & 1 rubygems