class ViewComponent::Template

def safe_method_name_call

def safe_method_name_call
  return safe_method_name unless inline_call?
  "maybe_escape_html(#{safe_method_name}) " \
  "{ Kernel.warn('WARNING: The #{@component} component rendered HTML-unsafe output. " \
  "The output will be automatically escaped, but you may want to investigate.') } "
end