Class: Henshin::Generator

Inherits:
StandardPlugin show all
Defined in:
lib/henshin/plugin.rb

Instance Attribute Summary

Attributes inherited from StandardPlugin

#config, #extensions

Instance Method Summary collapse

Methods inherited from StandardPlugin

#initialize

Constructor Details

This class inherits a constructor from Henshin::StandardPlugin

Instance Method Details

#generate(content) ⇒ Object

a plugin which returns anything*



30
31
32
# File 'lib/henshin/plugin.rb', line 30

def generate( content )
  # return string
end