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