class CFPropertyList::CFBoolean

def to_xml

convert to XML
def to_xml
  return LibXML::XML::Node.new(@value ? 'true' : 'false')
end