File Manager

Path: /proc/self/root/opt/chef.upgrade/embedded/lib/ruby/gems/2.3.0/gems/plist-3.3.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'

module Plist
end