marshal_dump()
Dumps this Attr for use by ri. See also #marshal_load
# File lib/rdoc/attr.rb, line 102 def marshal_dump [ MARSHAL_VERSION, @name, full_name, @rw, @visibility, parse(@comment), singleton, @file.relative_name, @parent.full_name, @parent.class, @section.title ] end