class ViewComponent::Template
def call_method_name
def call_method_name @call_method_name ||= ["call", (normalized_variant_name if variant.present?), (format unless default_format?)] .compact.join("_").to_sym end
def call_method_name @call_method_name ||= ["call", (normalized_variant_name if variant.present?), (format unless default_format?)] .compact.join("_").to_sym end