class ViewComponent::Base

def safe_output_preamble

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