# File lib/diff/lcs/change.rb, line 70 def initialize(action, position, element) @action = action @position = position @element = element end