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