method

new

v1_8_7_330 - Show latest stable - Class: RI::Constant
new(name, value, comment)
public

No documentation available.

# File lib/rdoc/ri/ri_descriptions.rb, line 43
    def initialize(name, value, comment)
      super(name)
      @value = value
      @comment = comment
    end