Module Construct
In: lib/construct/path_extensions.rb
lib/construct/helpers.rb
lib/construct.rb

Methods

Classes and Modules

Module Construct::Helpers
Module Construct::PathExtensions

Constants

CONTAINER_PREFIX = 'construct_container'   END Bones boilerplate

Public Class methods

Returns the library path for the module. If any arguments are given, they will be joined to the end of the libray path using File.join.

Returns the lpath for the module. If any arguments are given, they will be joined to the end of the path using File.join.

Utility method used to require all files ending in .rb that lie in the directory below this file that has the same name as the filename passed in. Optionally, a specific directory name can be passed in such that the filename does not have to be equivalent to the directory.

Returns the version string for the library.

[Validate]