class ViewComponent::Base

def safe_output_postamble

def safe_output_postamble
  maybe_escape_html(output_postamble) do
    Kernel.warn("WARNING: The #{self.class} component was provided an HTML-unsafe postamble. The postamble will be automatically escaped, but you may want to investigate.")
  end
end