# File lib/tins/lines_file.rb, line 41
    def rewind
      self.line_number = 1
      self
    end