# File lib/kwalify/parser/base.rb, line 47
  def match?(regexp)
    return @scanner.match?(regexp)
  end