Attributes
| comment | [RW] | |
| full_name | [RW] | |
| name | [RW] |
Public class methods
deserialize
(from)
[show source]
# File lib/rdoc/ri/descriptions.rb, line 68 def self.deserialize(from) YAML.load(from) end
Public instance methods
<=>
(other)
[show source]
# File lib/rdoc/ri/descriptions.rb, line 72 def <=>(other) @name <=> other.name end
serialize
()
[show source]
# File lib/rdoc/ri/descriptions.rb, line 64 def serialize self.to_yaml end