rewind()
def [](index)
@lines[index]
end
# File lib/rdoc/markup/lines.rb, line 115 def rewind @nextline = 0 end