# File lib/htmldiff.rb, line 184 def equal(operation) # no tags to insert, simply copy the matching words from one of the versions @content += @new_words[operation.start_in_new...operation.end_in_new] end