BerkeleyLibrary::Util

Build Status Gem Version

Miscellaneous utility code for the UC Berkeley Library.

Notable modules

BerkeleyLibrary::Util::Arrays

Routines for comparing, merging, and examining the contents of arrays.

BerkeleyLibrary::Util::Paths

Routines for modifying paths separated by forward slashes, (such as URL paths), modeled on the Go path package.

BerkeleyLibrary::Util::URIs

Routines for constructing, validating, and retrieving the content from URIs.

BerkeleyLibrary::Util::Files

Routines for working with file paths and IO objects.