Class: Pact::Support::Configuration::NilMatcher

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

Class Method Summary collapse

Class Method Details

.=~(other) ⇒ Object



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

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