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