rails/activesupport/lib
Jean Boussier ca6995a80c Update Method#duplicable? to be consistent with Ruby 3.4
Fix: https://github.com/rails/rails/issues/51075

`Method` and `UnboundMethod` used to raise on `#dup`, but not `#clone`,
this wasn't so much a feature, but a bug.

It was fixed in https://github.com/ruby/ruby/pull/9926.
2024-02-14 09:52:55 +01:00
..
active_support Update Method#duplicable? to be consistent with Ruby 3.4 2024-02-14 09:52:55 +01:00
active_support.rb Refactor `Module#delegate` inside ActiveSupport::Delegation 2024-01-25 11:51:00 +01:00