Methods

Class Index [+]

Quicksearch

RDoc::RI::Attribute

Attributes

rw[R]

(Not documented)

comment[R]

(Not documented)

Public Class Methods

new(name, rw, comment) click to toggle source

(Not documented)

# File lib/rdoc/ri/descriptions.rb, line 34
  def initialize(name, rw, comment)
    super(name)
    @rw = rw
    @comment = comment
  end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.