Module: Aurita::GUI::Marshal_Helper
- Included in:
- Element
- Defined in:
- lib/aurita-gui/marshal.rb
Instance Method Summary collapse
Instance Method Details
#marshal_dump ⇒ Object
6 7 8 9 |
# File 'lib/aurita-gui/marshal.rb', line 6 def marshal_dump c = { :tag => @tag, :content => @content } @attrib.update(c) end |