class EacRubyUtils::Enum::Value

def define_constant

def define_constant
  klass.const_set(constant_name, value)
end