Nucleon::Plugin::Template
# File lib/nucleon/template/yaml.rb, line 9 def render_processed(data) return super do Util::Data.to_yaml(data) end end