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