# File lib/ramaze/helper/paginate.rb, line 217
          def prev_page
            @page <= 1 ? nil : @page - 1
          end