# File lib/thinking_sphinx/masks/pagination_mask.rb, line 16
  def last_page?
    next_page.nil?
  end