Method: Pact::QueryHash#eql?

Defined in:
lib/pact/consumer_contract/query_hash.rb

#eql?(other) ⇒ Boolean

Returns:

  • (Boolean)


23
24
25
# File 'lib/pact/consumer_contract/query_hash.rb', line 23

def eql?(other)
  self == other
end