# File lib/plucky/query.rb, line 47 def per_page(limit=nil) return @per_page || 25 if limit.nil? @per_page = limit self end