marshal_load(array)
De-serializes this Section. The section parent must be restored manually.
# File lib/rdoc/context/section.rb, line 165 def marshal_load array @parent = nil @title = array[1] @comments = array[2] end