Last Modified
2012-02-02 12:26:53 +0000
Requires

Description

OpenHash

OpenHash is very similar to Ruby's own OpenStruct, but it offers some useful advantages in that it is a true Hash object.

Because OpenHash is a subclass of Hash, it can do everything a Hash can unless a Hash method has been explicity exempted for use as an open read/writer via the omit! method.