class OpenStruct

def marshal_dump


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