Module: Sunspot::Solr::Installer::TaskHelper

Included in:
ConfigInstaller
Defined in:
sunspot_solr/lib/sunspot/solr/installer/task_helper.rb

Instance Method Summary (collapse)

Instance Method Details

- (Object) say(message)



5
6
7
8
9
# File 'sunspot_solr/lib/sunspot/solr/installer/task_helper.rb', line 5

def say(message)
  if @verbose
    STDOUT.puts(message)
  end
end