# File lib/more/facets/matcher.rb, line 83
  def =~ text
    internal_match(text){|md| return md.index}
    nil
  end