marshal_dump()
Dumps this Attr for use by ri. See also #marshal_load
# File lib/rdoc/attr.rb, line 107 def marshal_dump [ MARSHAL_VERSION, @name, full_name, @rw, @visibility, parse(@comment), ] end