# File lib/thinking_sphinx/search.rb, line 219 def per_page @options[:limit] ||= @options[:per_page] @options[:limit] ||= 20 @options[:limit].to_i end