In Files

  • rdoc/ri/ri_descriptions.rb

Methods

Files

Class/Module Index [+]

Quicksearch

RI::Attribute

Attributes

comment[R]
rw[R]

Public Class Methods

new(name, rw, comment) click to toggle source
 
               # File rdoc/ri/ri_descriptions.rb, line 34
def initialize(name, rw, comment)
  super(name)
  @rw = rw
  @comment = comment
end