method
new
v1_8_6_287 -
Show latest stable
- Class:
RI::Attribute
new(name, rw, comment)public
No documentation available.
# File lib/rdoc/ri/ri_descriptions.rb, line 34
def initialize(name, rw, comment)
super(name)
@rw = rw
@comment = comment
end