以下のコードで一時的に`puts "Debug"`の実行を無効化したい場合、どのようにすればよいですか? ```ruby name = "太郎" puts "Debug" puts "こんにちは、#{name}さん" ```