Method: Duxml::Remove#description
- Defined in:
- lib/duxml/meta/history/remove.rb
#description ⇒ String
Returns describes removal event.
24 25 26 |
# File 'lib/duxml/meta/history/remove.rb', line 24 def description %(#{super} #{removed.description} removed from #{subject.description}.) end |