Method: Pact::SpecificationVersion#===

Defined in:
lib/pact/specification_version.rb

#===(other) ⇒ Object



8
9
10
# File 'lib/pact/specification_version.rb', line 8

def === other
  major && major == other
end