Sha256: 2df6e9fc46f331afe06882fec1b845988b08d3a7301ac71d9ab2ce3b298d351d
Contents?: true
Size: 914 Bytes
Versions: 1
Compression:
Stored size: 914 Bytes
Contents
# BerkeleyLibrary::Util [![Build Status](https://github.com/BerkeleyLibrary/util/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/BerkeleyLibrary/util/actions/workflows/build.yml) [![Gem Version](https://img.shields.io/gem/v/berkeley_library-util.svg)](https://github.com/BerkeleyLibrary/util/releases) Miscellaneous utility code for the UC Berkeley Library. ### Notable modules ## [BerkeleyLibrary::Util::Arrays](lib/berkeley_library/util/arrays.rb) Routines for comparing, merging, and examining the contents of arrays. ## [BerkeleyLibrary::Util::Paths](lib/berkeley_library/util/paths.rb) Routines for modifying paths separated by forward slashes, (such as URL paths), modeled on the [Go `path` package](https://golang.org/pkg/path/). ## [BerkeleyLibrary::Util::URIs](lib/berkeley_library/util/uris.rb) Routines for constructing, validating, and retrieving the content from URIs.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
berkeley_library-util-0.1.1 | README.md |