Matty's Ultimate Gem
A collection of independent extensions to core Ruby classes and modules. Each extension can be required individually or all at once.
Installation
gem 'mug'
Or install directly:
gem install mug
Usage
Require everything:
require 'mug'
Or require individual modules:
require 'mug/bool'
require 'mug/hash/map'
Documentation
Full API documentation is available at phluid61.github.io/mug/docs/.
Contributing
We require all contributors to comply with the Developer Certificate of Origin. This ensures that all contributions are properly licensed and attributed.
Contributor Code of Conduct
This repository is subject to a Contributor Code of Conduct adapted from the Contributor Covenant, version 3.0, available at https://www.contributor-covenant.org/version/3/0/
Licence
This project is licensed under the ISC licence. See LICENSE for details.
