class Pact::Configuration::NilMatcher

Public Class Methods

=~(other) click to toggle source
# File lib/pact/configuration.rb, line 24
def self.=~ other
  other == nil ? 0 : nil
end