# File lib/terminal-table/table.rb, line 149
    def rows
      @rows.reject { |row| row.is_a? Separator }
    end