エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Ruby 3.2 - リファインメント - tmtms のメモ
記事へのコメント2件
- 人気コメント
- 新着コメント
人気コメント算出アルゴリズムの一部にヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
関連記事
Ruby 3.2 - リファインメント - tmtms のメモ
Ruby 3.2 アドベントカレンダーの16日目の記事です。 qiita.com リファインメント Module#used_refineme... Ruby 3.2 アドベントカレンダーの16日目の記事です。 qiita.com リファインメント Module#used_refinements Feature #14332: Module.used_refinements to list refinement modules - Ruby master - Ruby Issue Tracking System Module.used_refinements が追加された。現在のスコープで有効な Refinement オブジェクトを返す。 module Hoge refine Integer do end end module Fuga refine String do end end Module.used_refinements #=> [] using Hoge Module.used_refinements #=> [#<ref