module T::Private::Methods
def self.note_module_deals_with_final(mod)
def self.note_module_deals_with_final(mod) # Side-effectfully initialize the value if it's not already there @modules_with_final[mod] @modules_with_final[mod.singleton_class] end