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