Sha256: 3c6f5f4809267132466f1942527d4992fcf33ebdba3fbdeed7f950aa60846593
Contents?: true
Size: 370 Bytes
Versions: 120
Compression:
Stored size: 370 Bytes
Contents
require 'pact/shared/active_support_support' module Pact class DifferenceIndicator include ActiveSupportSupport def == other other.class == self.class end def eql? other self == other end def to_json options = {} remove_unicode as_json.to_json(options) end def as_json options = {} to_s end end end
Version data entries
120 entries across 120 versions & 3 rubygems