class Pact::Configuration::NilMatcher
Public Class Methods
=~(other)
click to toggle source
# File lib/pact/configuration.rb, line 23 def self.=~ other other == nil ? 0 : nil end
# File lib/pact/configuration.rb, line 23 def self.=~ other other == nil ? 0 : nil end