method

marshal_dump

Importance_0
Ruby latest stable (v1_8_7_72) - 0 notes - Class: OpenStruct
marshal_dump() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/ostruct.rb, line 62
  def marshal_dump
    @table
  end
Register or log in to add new notes.