# File lib/rdoc/parser/ruby_tools.rb, line 83
  def get_tkread
    read = @read.join("")
    @read = []
    read
  end