# File lib/chef/solr/solr_installer.rb, line 365 def rm_rf(path) say "rm -rf #{path}" FileUtils.rm_rf(path) unless config.noop? end