# File lib/ruby_parser_extras.rb, line 98
    def scan re
      s = old_scan re
      d :scan => [s, caller.first] if s
      s
    end