pages()
Returns an array of Page objects in the current window.
# File actionpack/lib/action_controller/pagination.rb, line 393 def pages (@first.number..@last.number).to_a.collect! {|n| @paginator[n]} end