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