# File lib/will_paginate/named_scope.rb, line 141 def empty? @found ? @found.empty? : count.zero? end