Sha256: 40ff52a75def224f36992064aadbd70c8a109029c0e8126470528147104c8cb8
Contents?: true
Size: 315 Bytes
Versions: 19
Compression:
Stored size: 315 Bytes
Contents
module Nucleon module Template class Wrapper < Plugin::Template #----------------------------------------------------------------------------- # Renderers def render_processed(data) return super do get(:template_prefix, '') + data.to_s + get(:template_suffix, '') end end end end end
Version data entries
19 entries across 19 versions & 1 rubygems