mirror of
https://github.com/ruby/ruby.git
synced 2026-08-12 21:47:46 +08:00
Refinement#import_methods imports methods from modules. Unlike Module#include, it copies methods and adds them into the refinement, so the refinement is activated in the imported methods. [Bug #17429] [ruby-core:101639]