Module: Wdiff::Helper
- Defined in:
- lib/wdiff.rb
Class Method Summary collapse
Class Method Details
.to_html(old_str, new_str) ⇒ Object
53 54 55 |
# File 'lib/wdiff.rb', line 53 def self.to_html(old_str,new_str) Wdiff::diff(old_str, new_str, :inserts => ["<ins>", "</ins>"], :deletes => ["<del>", "</del>"]) end |