Nucleon.plugin_class(:nucleon, :template)
# File lib/nucleon/template/wrapper.rb, line 9 def render_processed(data) return super do get(:template_prefix, '') + data.to_s + get(:template_suffix, '') end end