class Haml::Buffer
def append_if_string=(value)
def append_if_string=(value) if value.is_a?(String) && !value.is_a?(ActionView::NonConcattingString) ActiveSupport::Deprecation.warn("- style block helpers are deprecated. Please use =", caller) buffer << value end end