module Saringan::Matcher

Public Instance Methods

match?(term) click to toggle source
# File lib/saringan/matcher.rb, line 6
def match?(term)
  term =~ matcher
end