Method: Section#marshal_dump

Defined in:
lib/IFMapper/Section.rb

#marshal_dumpObject



21
22
23
# File 'lib/IFMapper/Section.rb', line 21

def marshal_dump
  return [ @rooms, @connections, @name, @comments ]
end