[Source]
# File rdoc/ri/ri_descriptions.rb, line 71 def Description.deserialize(from) YAML.load(from) end
# File rdoc/ri/ri_descriptions.rb, line 75 def <=>(other) @name <=> other.name end
# File rdoc/ri/ri_descriptions.rb, line 67 def serialize self.to_yaml end
[Validate]