Method: Arrow::Template::Node#add_to_template
- Defined in:
- lib/arrow/template/nodes.rb
#add_to_template(template) ⇒ Object
Install the node object into the given template object.
52 53 54 |
# File 'lib/arrow/template/nodes.rb', line 52 def add_to_template( template ) template.install_node( self ) end |