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