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.
reset()
public
# File lib/rdoc/parser/ruby_tools.rb, line 119
def reset
@read = []
@tokens = []
@unget_read = []
@nest = 0
end