class Diff::LCS::Change

def self.valid_action?(action)

def self.valid_action?(action)
  VALID_ACTIONS.include? action
end