A collection of independent extensions to core Ruby classes and modules. Each extension can be required individually or all at once.
gem 'mug'Or install directly:
gem install mug
Require everything:
require 'mug'Or require individual modules:
require 'mug/bool'
require 'mug/hash/map'Full API documentation is available at phluid61.github.io/mug/docs/.
We require all contributors to comply with the Developer Certificate of Origin. This ensures that all contributions are properly licensed and attributed.
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/
This project is licensed under the ISC licence. See LICENSE for details.
