Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
get_tkread()
public
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