Represent a constant
[Source]
# File lib/rdoc/code_objects.rb, line 710 710: def initialize(name, value, comment) 711: super() 712: @name = name 713: @value = value 714: self.comment = comment 715: end
[Validate]