# File lib/highline.rb, line 470
  def wrap_at=( setting )
    @wrap_at = setting == :auto ? output_cols : setting
  end