4 5 6
# File 'lib/enum/helpers/enum_generator.rb', line 4 def yinum(name, hash) const_set name, Enum.new(name, self, hash) end