class ViewComponent::Slot

def html_safe?

def html_safe?
  # :nocov:
  to_s.html_safe?
  # :nocov:
end