Ruby 文字列を初期化するサンプル
環境
Windows11 pro 64bit
ruby ruby 3.0.3p157
構文
文字列.clear
文字列を初期化するには「clear」を使用します。
使用例
str = "test111" str.clear p str
結果
“"
Coding Changes the World
環境
Windows11 pro 64bit
ruby ruby 3.0.3p157
構文
文字列.clear
文字列を初期化するには「clear」を使用します。
使用例
str = "test111" str.clear p str
結果
“"