Class: Markdiff::Operations::RemoveOperation
- Defined in:
- lib/markdiff/operations/remove_operation.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Markdiff::Operations::Base
Instance Method Details
#inserted_node ⇒ String
7 8 9 |
# File 'lib/markdiff/operations/remove_operation.rb', line 7 def inserted_node "<del>#{@target_node}</del>" end |