From: shibata.hiroshi@... Date: 2014-01-30T06:16:50+00:00 Subject: [ruby-core:60283] [ruby-trunk - Feature #8026] Need Module#prepended_modules Issue #8026 has been updated by Hiroshi SHIBATA. Target version changed from 2.1.0 to current: 2.2.0 ---------------------------------------- Feature #8026: Need Module#prepended_modules https://bugs.ruby-lang.org/issues/8026#change-44765 * Author: Marc-Andre Lafortune * Status: Feedback * Priority: Normal * Assignee: Yukihiro Matsumoto * Category: core * Target version: current: 2.2.0 ---------------------------------------- We should have a way to get the list of prepended modules of a class or module. module Mixin end module Outer prepend Mixin end Mixin.prepended_modules #=> [] Outer.prepended_modules #=> [Mixin] See also bug #8025. ---Files-------------------------------- prepended.pdf (99.4 KB) -- http://bugs.ruby-lang.org/