# File lib/will_paginate/collection.rb, line 102
    def offset
      (current_page - 1) * per_page
    end