libpath.Ruby

libpath, for Ruby

Gem Version

Table of Contents

  1. Introduction
  2. Installation
  3. Components
  4. Examples
  5. Project Information

Introduction

libpath is a path-parsing and utility library. It is concerned entirely with paths, as opposed to file-system entities.

Installation

Install via gem as in:

    gem install libpath-ruby

or add it to your Gemfile.

Use via require, as in:

require 'libpath'

Components

T.B.C.

Examples

Examples are provided in the examples directory, along with a markdown description for each. A detailed list TOC of them is provided in EXAMPLES.md.

Project Information

Where to get help

GitHub Page

Contribution guidelines

Defect reports, feature requests, and pull requests are welcome on https://github.com/synesissoftware/libpath.Ruby.

libpath.Ruby is based on the C/C++ libpath library, which itself was prompted by a request on the STLSoft project by my friend and esteemed programmer Adi Shavit.

libpath.Ruby will be used in version 3+ of the recls.Ruby library, which currently has its own path-parsing logic.

License

libpath.Ruby is released under the 3-clause BSD license. See LICENSE for details.