Module: SearchAsArray
- Defined in:
- lib/thinking_sphinx/core/array.rb
Instance Method Summary collapse
Instance Method Details
#===(object) ⇒ Object
2 3 4 |
# File 'lib/thinking_sphinx/core/array.rb', line 2 def ===(object) object.is_a?(ThinkingSphinx::Search) || super end |