# File lib/searchlogic/active_record/named_scope_tools.rb, line 36 def named_scope_arity(name) options = named_scope_options(name) options.respond_to?(:arity) ? options.arity : nil end