class Byebug::CommandList

def width

def width
  @width ||= map(&:to_s).max_by(&:size).size
end