Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
marshal_load(array)
public
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