mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00: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]