module ViewComponent::Instrumentation
def self.included(mod)
def self.included(mod) mod.prepend(self) unless ancestors.include?(ViewComponent::Instrumentation) end
def self.included(mod) mod.prepend(self) unless ancestors.include?(ViewComponent::Instrumentation) end