# File lib/will_paginate/collection.rb, line 105
    def previous_page
      current_page > 1 ? (current_page - 1) : nil
    end