FileUtils コマンドからの戻り値が表示されません。
私は次のようなことをしたいと思います:
really=(gets.chomp=="y")
if really
success = FileUtils.rm_rf "./PROJECT_#{@name}" #does not work
end
puts "./PROJECT_#{@name} deleted" if success
FileUtilsのドキュメントを読み、「 Ruby FileUtils からコマンドを実行する」も読みましたが、答えの使い方がわかりません。