Method: Txgh::ResourceContents#diff_hash

Defined in:
lib/txgh/resource_contents.rb

#diff_hash(other_contents) ⇒ Object



82
83
84
# File 'lib/txgh/resource_contents.rb', line 82

def diff_hash(other_contents)
  DiffCalculator.compare(phrases, other_contents.phrases)
end