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