Method: PactBroker::Matrix::Reason#==

Defined in:
lib/pact_broker/matrix/reason.rb

#==(other) ⇒ Object



4
5
6
# File 'lib/pact_broker/matrix/reason.rb', line 4

def == other
  self.class == other.class
end