This allows for better constant management. Use it like so: class MyClass

include Unfickle

self.add_item(:SOMECONST, 1)

end

You can then reference it directly like so:

MyClass::SOMECONST