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

Methods

new  

Public Class methods

[Source]

    # File ri/descriptions.rb, line 42
42:   def initialize(name, value, comment)
43:     super(name)
44:     @value = value
45:     @comment = comment
46:   end

[Validate]