# File lib/diff/lcs/change.rb, line 13
  def self.valid_action?(action)
    VALID_ACTIONS.include? action
  end