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

Version Path
pact-support-1.17.0.pre.rc1 lib/pact/matchers/difference_indicator.rb
pact-support-1.16.1 lib/pact/matchers/difference_indicator.rb
pact-support-1.16.0 lib/pact/matchers/difference_indicator.rb
pact-support-1.15.5 lib/pact/matchers/difference_indicator.rb
pact-support-1.15.4 lib/pact/matchers/difference_indicator.rb
pact-support-1.15.3 lib/pact/matchers/difference_indicator.rb
pact-support-1.15.2 lib/pact/matchers/difference_indicator.rb
pact-support-1.15.1 lib/pact/matchers/difference_indicator.rb
pact-support-1.15.0 lib/pact/matchers/difference_indicator.rb
pact-support-1.14.3 lib/pact/matchers/difference_indicator.rb
pact-support-1.14.2 lib/pact/matchers/difference_indicator.rb
pact-support-1.14.1 lib/pact/matchers/difference_indicator.rb
pact-support-1.14.0 lib/pact/matchers/difference_indicator.rb
pact-support-1.13.0 lib/pact/matchers/difference_indicator.rb
pact-support-1.12.1 lib/pact/matchers/difference_indicator.rb
pact-support-1.12.0 lib/pact/matchers/difference_indicator.rb
pact-support-1.11.0 lib/pact/matchers/difference_indicator.rb
pact-support-1.10.3 lib/pact/matchers/difference_indicator.rb
pact-support-1.10.2 lib/pact/matchers/difference_indicator.rb
pact-support-1.10.1 lib/pact/matchers/difference_indicator.rb