convert an array to plist format
# File lib/facter/util/cfpropertylist/lib/rbCFPropertyList.rb, line 386 def to_plist(options={}) options[:plist_format] ||= Facter::Util::CFPropertyList::List::FORMAT_BINARY plist = Facter::Util::CFPropertyList::List.new plist.value = Facter::Util::CFPropertyList.guess(self, options) plist.to_str(options[:plist_format]) end
Generated with the Darkfish Rdoc Generator 2.