a required file
[Source]
# File code_objects.rb, line 912 912: def initialize(name, comment) 913: super() 914: @name = name.gsub(/'|"/, "") #' 915: self.comment = comment 916: end
[Validate]