# File lib/plucky/pagination/paginator.rb, line 35
      def skip
        (@current_page - 1) * @per_page
      end