From: ara.t.howard [mailto:ara.t.howard / gmail.com]
# config = openobject do
# attribute :header => openobject(:width => 42, :height => 42)
# attribute :body => openobject(:width => 4242, :height => 4242)
# attribute :footer => openobject(:width => 42.0, :height => 42.0)
# end
# p config.header.width
# p config.footer.height
# ~ > ruby sample/d.rb
# 42
# 42.0
LOL. cool :) downloading now...
thanks for openobject.. nice name too.
kind regards -botp