reset()
Resets the tools
# File lib/rdoc/parser/ruby_tools.rb, line 111 def reset @read = [] @tokens = [] @unget_read = [] @nest = 0 end