# File lib/more/facets/matcher.rb, line 92
  def match text
    internal_match(text){|md| return md}
    nil
  end