Class: Pact::Configuration::NilMatcher

Inherits:
Object
  • Object
show all
Defined in:
lib/pact/configuration.rb

Class Method Summary collapse

Class Method Details

.=~(other) ⇒ Object



24
25
26
# File 'lib/pact/configuration.rb', line 24

def self.=~ other
  other == nil ? 0 : nil
end