Module: Duxml::Add
- Included in:
- AddClass
- Defined in:
- lib/duxml/meta/history/add.rb,
lib/duxml/meta/history/add.rb
Instance Method Summary collapse
Instance Method Details
#description ⇒ Object
23 24 25 |
# File 'lib/duxml/meta/history/add.rb', line 23 def description %(#{super} #{child.description} added to #{parent.description} at index #{index == -1 ? '0' : index.to_s}.) end |
#parent ⇒ Object
27 28 29 |
# File 'lib/duxml/meta/history/add.rb', line 27 def parent subject end |