= private = protected
comments()
Get an array of all Comment children. IMMUTABLE
# File lib/rexml/element.rb, line 674 def comments find_all { |child| child.kind_of? Comment }.freeze end