Class | RDoc::Include |
In: |
code_objects.rb
doc-tmp/rdoc/code_objects.rb |
Parent: | CodeObject |
# File code_objects.rb, line 768 768: def initialize(name, comment) 769: super() 770: @name = name 771: self.comment = comment 772: end