# File lib/diff/lcs/change.rb, line 56 def ==(other) (self.action == other.action) and (self.position == other.position) and (self.element == other.element) end