Class: Henshin::Layoutor
Overview
Layoutor is the plugin type for things like liquid
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Plugin
#config, #extensions, #priority
Instance Method Summary collapse
-
#generate(content, data) ⇒ String
This is the method called when rendering content.
Methods inherited from Plugin
Constructor Details
This class inherits a constructor from Henshin::Plugin
Instance Method Details
#generate(content, data) ⇒ String
This is the method called when rendering content
95 96 |
# File 'lib/henshin/plugin.rb', line 95 def generate( content, data ) end |