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