# File lib/spruz/lines_file.rb, line 46 def next! old = line_number self.line_number += 1 line_number > old ? self : nil end