Class | RDoc::Require |
In: |
code_objects.rb
doc-tmp/rdoc/code_objects.rb |
Parent: | CodeObject |
# File code_objects.rb, line 756 756: def initialize(name, comment) 757: super() 758: @name = name.gsub(/'|"/, "") #' 759: self.comment = comment 760: end