# File lib/rhc/highline_extensions.rb, line 97
  def default_max_width
    @wrap_at ? @wrap_at - indentation.length : nil
  end