Class: NorMatcher

Inherits:
Matcher show all
Defined in:
lib/matcher.rb

Instance Method Summary collapse

Methods inherited from Matcher

#initialize

Constructor Details

This class inherits a constructor from Matcher

Instance Method Details

#match(obj) ⇒ Object



84
85
86
# File 'lib/matcher.rb', line 84

def match(obj)
  return !OrMatcher.new(@query).match(obj)
end