# File src/rexml/element.rb, line 584
                def comments
                        find_all { |child| child.kind_of? Comment }.freeze
                end