[Source]
# File lib/rdoc/ri/ri_descriptions.rb, line 34 34: def initialize(name, rw, comment) 35: super(name) 36: @rw = rw 37: @comment = comment 38: end
[Validate]