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

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

Instance Method Summary collapse

Instance Method Details

#say(message) ⇒ Object



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

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