method
new
new(name, comment)
public
Hide source
# File lib/rdoc/code_objects.rb, line 1044 def initialize(name, comment) super() @name = name self.comment = comment end


