module Sunspot::Solr::Installer::TaskHelper

Public Instance Methods

say(message) click to toggle source
# File lib/sunspot/solr/installer/task_helper.rb, line 5
def say(message)
  if @verbose
    STDOUT.puts(message)
  end
end