Sha256: 07a8ce01ce5f4f674604b7c5bab88cfc9a72263a5f0f484ebba5d0a9364af9a8

Contents?: true

Size: 127 Bytes

Versions: 64

Compression:

Stored size: 127 Bytes

Contents

module SearchAsArray
  def ===(object)
    object.is_a?(ThinkingSphinx::Search) || super
  end
end

Array.extend SearchAsArray

Version data entries

64 entries across 64 versions & 15 rubygems

Version Path
moneypools-thinking-sphinx-1.2.11 lib/thinking_sphinx/core/array.rb
warp-thinking-sphinx-1.2.12 lib/thinking_sphinx/core/array.rb
thinking-sphinx-099-1.2.12 lib/thinking_sphinx/core/array.rb
thinking-sphinx-1.2.12 lib/thinking_sphinx/core/array.rb