class ThinkingSphinx::Interfaces::Base
Private Instance Methods
command(command, extra_options = {})
click to toggle source
# File lib/thinking_sphinx/interfaces/base.rb, line 8 def command(command, extra_options = {}) ThinkingSphinx::Commander.call( command, configuration, options.merge(extra_options), stream ) end