# File lib/thinking_sphinx/search.rb, line 183 def respond_to?(method, include_private = false) super || @array.respond_to?(method, include_private) end