Class RDoc::RI::Attribute
In: ri/descriptions.rb
Parent: RDoc::RI::RDoc::RI::NamedThing

Methods

new  

Public Class methods

[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]