class ActionView::RenderParser

def render_template_with_spacer?(options_hash)

def render_template_with_spacer?(options_hash)
  if options_hash.key?(:spacer_template)
    parse_str(options_hash[:spacer_template])
  end
end