[Source]
# File rdoc/ri/ri_descriptions.rb, line 33 def initialize(name, rw, comment) super(name) @rw = rw @comment = comment end
[Validate]