# File lib/rhc/highline_extensions.rb, line 351
    def columns
      @columns ||= source_rows.map(&:length).max || 0
    end