Sha256: c41f5e3ad44f9511e70aea2597c367c2431ca54d00e21702a019c493952ba9d7

Contents?: true

Size: 322 Bytes

Versions: 1

Compression:

Stored size: 322 Bytes

Contents

#!/usr/bin/env ruby
#
# = 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'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
plist.utf8-3.1.1 lib/plist.rb