class RDoc::Constant

def initialize(name, value, comment)

def initialize(name, value, comment)
  super()
  @name = name
  @value = value
  self.comment = comment
end