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