File Manager

Path: /proc/self/root/proc/self/root/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/plist-3.5.0/lib/

Viewing File: plist.rb

# encoding: utf-8

# = plist
#
# This is the main file for plist. Everything interesting happens in
# Plist and Plist::Emit.
#
# Copyright 2006-2010 Ben Bleything and Patrick May
# Distributed under the MIT License
#

require 'base64'
require 'cgi'
require 'stringio'

require 'plist/generator'
require 'plist/parser'
require 'plist/version'