This method is deprecated or moved on the latest stable version. The last existing version (v1.2.6) is shown here.
last?()
Returns true if this page is the last page in the paginator.
# File actionpack/lib/action_controller/pagination.rb, line 344 def last? self == @paginator.last end