This class contains a boolean value
convert to binary
# File lib/facter/util/cfpropertylist/lib/rbCFTypes.rb, line 149 def to_binary(bplist) bplist.bool_to_binary(@value); end
convert to XML
# File lib/facter/util/cfpropertylist/lib/rbCFTypes.rb, line 144 def to_xml(parser) parser.new_node(@value ? 'true' : 'false') end
Generated with the Darkfish Rdoc Generator 2.