module ViewComponent::WithContentHelper

def with_content(value)

def with_content(value)
  raise NilWithContentError if value.nil?
  @__vc_content_set_by_with_content = value
  self
end