class Nokogiri::XML::CDATA

Public Instance Methods

name() click to toggle source

Get the name of this CDATA node

# File lib/nokogiri/xml/cdata.rb, line 6
def name
  '#cdata-section'
end