a required file
[Source]
# File lib/rdoc/code_objects.rb, line 745 745: def initialize(name, comment) 746: super() 747: @name = name.gsub(/'|"/, "") #' 748: self.comment = comment 749: end
[Validate]