class Nokogiri::XML::ElementContent

def children

Get the children of this ElementContent node
##
def children
  [c1, c2].compact
end