Method: Pact::QueryHash#==

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

#==(other) ⇒ Object



27
28
29
# File 'lib/pact/consumer_contract/query_hash.rb', line 27

def ==(other)
  QueryHash === other && other.query == query
end