# File lib/ruby_parser_extras.rb, line 56
  def unread_many str # TODO: remove this entirely - we should not need it
    warn({:unread_many => caller[0]}.inspect) if ENV['TALLY']
    self.extra_lines_added += str.count("\n")
    string[pos, 0] = str
  end