class CFPropertyList::CFBoolean
This class contains a boolean value
def to_binary(bplist)
def to_binary(bplist) return bplist.bool_to_binary(@value); end
def to_xml
def to_xml return LibXML::XML::Node.new(@value ? 'true' : 'false') end
This class contains a boolean value
def to_binary(bplist) return bplist.bool_to_binary(@value); end
def to_xml return LibXML::XML::Node.new(@value ? 'true' : 'false') end