module Zafu module Process module HTML SAFE_SRC_REGEX = %r{\A/[^\.]+\.[a-zA-Z]+\Z} def self.included(base) base.wrap :wrap_html end # Replace the 'original' element in the included template with our new version. def replace_with(new_obj) super # [self = original_element]. Replace @markup with content of the new_obj (