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.object_id]
  @modules_with_final[mod.singleton_class.object_id]
end