method
new
v1_8_6_287 -
Show latest stable
- Class:
RDoc::Constant
new(name, value, comment)public
No documentation available.
# File lib/rdoc/code_objects.rb, line 710
def initialize(name, value, comment)
super()
@name = name
@value = value
self.comment = comment
end