# File lib/webby/stelan/paginator.rb, line 128
    def next
      @pager.page(@number + 1) if next?
    end