エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
String#insert method is destructive... inconsistent?
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
String#insert method is destructive... inconsistent?
Hi all, I am relatively new to Ruby, and I am loving it! I have a long Python background, and one... Hi all, I am relatively new to Ruby, and I am loving it! I have a long Python background, and one of the things I love about Ruby is that it is easier to know and even remember which methods are destructive and which just return a result. Looking through the “String” class methods, one sticks out: “insert”. Almost all others (and all that might be ambiguous), like “delete”, “sub”, etc., have both