class OpenStruct

def marshal_dump # :nodoc:

:nodoc:

Provides marshalling support for use by the Marshal library.
def marshal_dump # :nodoc:
  @table
end