Allows deep-nested configuration without previously defining the hash tree:
config = Netzke::Core::OptionsHash.new
config.basepack.grid_panel.add_form.with_tools = true
config
=> {:basepack=>{:grid_panel=>{:add_form=>{:with_tools=>true}}}}
Generated with the Darkfish Rdoc Generator 2.