# File lib/tins/lines_file.rb, line 86
    def line
      index = line_number - 1
      @lines[index] if index >= 0
    end