
Core
0.1.4
Provides a collection of core objects missing from the standard Ruby distribution. This is meant to provide common objects for engineering advanced architctures in order to reduce duplication, improve performance, and improve memory usage.
Table of Contents
Features
-
Provides commonly needed core objects.
Requirements
-
Ruby.
Setup
To set up the project, run:
bin/setup
Usage
The following details what is currently available for use.
Constants
The following empty constants are frozen by default and available for use as core objects for use throughout your application.
Functions
The following identity function (lambda) is available as a neutral value in function composition:
Core::Identity.call "example" # "example"
Development
To contribute, run:
git clone https://github.com/bkuhlmann/core
cd core
bin/setup
You can also use the IRB console for direct access to all objects:
bin/console
Tests
To test, run:
bin/rake
Credits
-
Built with Gemsmith.
-
Engineered by Brooke Kuhlmann.