Ruby 4.0.0-preview2 が公開されました。Ruby 4.0では、Unicodeバージョンの17.0.0へのアップデートなど様々な改善が行われています。 言語機能の変更 *nil no longer calls nil.to_a, similar to how **nil does not call nil.to_hash. [[Feature #21047]] コアクラスのアップデート 注: 複数のアップデートの中から注目すべきアップデートのみを掲載しています。 Binding Binding#local_variables does no longer include numbered parameters. Also, Binding#local_variable_get and Binding#local_variable_set reject to handle n

