# File lib/ramaze/helper/paginate.rb, line 204 def page_count pages, rest = size.divmod(@limit) rest == 0 ? pages : pages + 1 end