class RubyIndexer::Entry::Namespace
def mixin_operations
and prepended
code. Maintaining the order is essential to linearize ancestors the right way when a module is both included
Stores all explicit prepend, include and extend operations in the exact order they were discovered in the source
def mixin_operations @mixin_operations ||= [] #: Array[ModuleOperation]? end