Module: LibPath

Defined in:
lib/libpath/libpath.rb,
lib/libpath/form.rb,
lib/libpath/path.rb,
lib/libpath/util.rb,
lib/libpath/version.rb,
lib/libpath/constants.rb,
lib/libpath/form/unix.rb,
lib/libpath/path/unix.rb,
lib/libpath/util/unix.rb,
lib/libpath/form/windows.rb,
lib/libpath/path/windows.rb,
lib/libpath/util/windows.rb,
lib/libpath/constants/unix.rb,
lib/libpath/internal_/array.rb,
lib/libpath/internal_/string.rb,
lib/libpath/constants/windows.rb,
lib/libpath/internal_/platform.rb,
lib/libpath/internal_/unix/form.rb,
lib/libpath/internal_/windows/form.rb,
lib/libpath/internal_/windows/drive.rb,
lib/libpath/diagnostics/parameter_checking.rb,
lib/libpath/exceptions/libpath_base_exception.rb,
lib/libpath/exceptions/malformed_name_exception.rb

Overview

Top-level module for the libpath.Ruby library

Defined Under Namespace

Modules: Constants, Exceptions, Form, Util

Constant Summary collapse

VERSION =

Current version of the libpath.Ruby library

'0.2.2.2'
VERSION_MAJOR =

Major version of the libpath.Ruby library

VERSION_PARTS_[0]
VERSION_MINOR =

Minor version of the libpath.Ruby library

VERSION_PARTS_[1]
VERSION_PATCH =

Patch version of the libpath.Ruby library

VERSION_PARTS_[2]
VERSION_REVISION =

Revision version of the libpath.Ruby library

VERSION_PATCH
VERSION_SUBPATCH =

Sub-patch version of the libpath.Ruby library

VERSION_PARTS_[3]