# File lib/pry/helpers/table.rb, line 67
      def fits_on_line? line_length
        _max_width(rows_to_s :no_color) <= line_length
      end