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