get_tkread()
Retrieves a String representation of the read tokens
# File lib/rdoc/parser/ruby_tools.rb, line 88 def get_tkread read = @read.join("") @read = [] read end