Class: Pact::Configuration::NilMatcher

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

Class Method Summary collapse

Class Method Details

.=~(other) ⇒ Object



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

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