class ViewComponent::Base

def output_postamble

Returns:
  • (String) -
def output_postamble
  @@default_output_postamble ||= "".html_safe
end