Method: OpenStruct#marshal_dump
- Defined in:
- lib/missing/ostruct.rb
#marshal_dump ⇒ Object
Provides marshalling support for use by the Marshal library.
135 136 137 |
# File 'lib/missing/ostruct.rb', line 135 def marshal_dump @table end |