first_page()
Returns a new Page representing the first page in this paginator.
# File actionpack/lib/action_controller/pagination.rb, line 253 def first_page @first_page ||= self[1] end