Module: Concurrent::ReInclude
- Included in:
- Promises::FactoryMethods
- Defined in:
- lib/concurrent-ruby/concurrent/re_include.rb
Overview
Methods form module A included to a module B, which is already included into class C, will not be visible in the C class. If this module is extended to B then A's methods are correctly made visible to C.