module Zafu module Process module HTML 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 (