ex_struct

ExStruct is expandable OpenStruct.

Usage

require 'ex_struct'
foo = ExStruct.new
foo.bar.baz = :hello

foo.bar.baz? # => :hello

Contributing to ex_struct

Copyright © 2011 takkaw. See LICENSE.txt for further details.