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