# File lib/facter/util/plist/generator.rb, line 26 26: def to_plist(envelope = true) 27: return Plist::Emit.dump(self, envelope) 28: end