-
Notifications
You must be signed in to change notification settings - Fork 0
anewusername1/unfickle
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This allows for better constant management. Use it like so: class MyClass set_const :read, 1 set_const :write, 2 end You can then reference it directly like so: MyClass::READ Unfickle gives you the ability to traverse through your constants by calling MyClass.each_constant {|constant,constant_value| dosomething(constant, constant_value) }
About
change the way you use constants
Resources
Stars
Watchers
Forks
Packages 0
No packages published