In Files

  • rdoc/ri/descriptions.rb

Methods

Files

Class/Module Index [+]

Quicksearch

RDoc::RI::Constant

Attributes

comment[R]
value[R]

Public Class Methods

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