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