Flowdock
method

next

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: SM::Lines
next() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rdoc/markup/simple_markup/lines.rb, line 121
    def next
      begin
        res = @lines[@nextline]
        @nextline += 1 if @nextline < @lines.size
      end while res and res.deleted and @nextline < @lines.size
      res
    end
Register or log in to add new notes.