# File lib/rdoc/code_objects.rb, line 745
    def initialize(name, comment)
      super()
      @name = name.gsub(/'|"/, "") #'
      self.comment = comment
    end