class Pry::Helpers::Table

def fits_on_line?(line_length)

def fits_on_line?(line_length)
  _max_width(rows_to_s(:no_color)) <= line_length
end