# File lib/highline.rb, line 628 def page_at=( setting ) @page_at = setting == :auto ? output_rows - 2 : setting end