Class: CFA::AppendPlacer
Overview
Places the new element at the end of the tree.
Instance Method Summary collapse
Instance Method Details
#new_element(tree) ⇒ AugeasElement, Hash
28 29 30 31 32 33 |
# File 'lib/cfa/placer.rb', line 28 def new_element(tree) res = create_element tree.all_data << res res end |