module Tapioca::Runtime::Trackers::Mixin
def register(constant, mixin, mixin_type)
def register(constant, mixin, mixin_type) return unless enabled? location = Reflection.resolve_loc(caller_locations) register_with_location(constant, mixin, mixin_type, location) end