marshal_dump()
Serializes this Section. The title and parsed comment are saved, but not the section parent which must be restored manually.
# File lib/rdoc/context/section.rb, line 154 def marshal_dump [ MARSHAL_VERSION, @title, parse, ] end