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

include Unfickle
extend Unfickle

self.add_item(:SOMECONST, 1)

end

You can then reference it directly like so:

MyClass::SOMECONST