class Pact::Matchers::NoDiffAtIndex

Public Instance Methods

==(other) click to toggle source
# File lib/pact/matchers/no_diff_at_index.rb, line 13
def == other
  other.is_a? NoDiffAtIndex
end
to_json(options = {}) click to toggle source
# File lib/pact/matchers/no_diff_at_index.rb, line 5
def to_json options = {}
  to_s.inspect
end
to_s() click to toggle source
# File lib/pact/matchers/no_diff_at_index.rb, line 9
def to_s
  '<no difference at this index>'
end