Module: ThinkingSphinx::WithOutput
- Included in:
- Commands::Base, Interfaces::Base
- Defined in:
- lib/thinking_sphinx/with_output.rb
Instance Method Summary collapse
Instance Method Details
#initialize(configuration, options = {}, stream = STDOUT) ⇒ Object
4 5 6 7 8 |
# File 'lib/thinking_sphinx/with_output.rb', line 4 def initialize(configuration, = {}, stream = STDOUT) @configuration = configuration @options = @stream = stream end |