| CORE_METHODS |
= |
%w( == class class_eval extend frozen? id instance_eval instance_of? instance_values instance_variable_defined? instance_variable_get instance_variable_set instance_variables is_a? kind_of? member? method methods nil? object_id respond_to? respond_to_missing? send should should_not type ) |
| SAFE_METHODS |
= |
%w( partition private_methods protected_methods public_methods send class ) |
| KNOWN_OPTIONS |
= |
( [ :classes, :conditions, :excerpts, :geo, :group_by, :ids_only, :ignore_scopes, :indices, :limit, :masks, :max_matches, :middleware, :offset, :order, :order_group_by, :page, :per_page, :populate, :retry_stale, :select, :skip_sti, :sql, :star, :with, :with_all, :without, :without_ids |
| DEFAULT_MASKS |
= |
[ ThinkingSphinx::Masks::PaginationMask, ThinkingSphinx::Masks::ScopesMask, ThinkingSphinx::Masks::GroupEnumeratorsMask |