muina
is a gem that provides the Maybe
and Result
monads.
bundle add muina
https://rubydoc.info/gems/muina
This project uses several tools to enforce quality standards; it:
- Has no
rubocop
offenses and uses the style defined byrubocop-vaporyhumo
. - Has
100%
test coverage. - Has
100%
mutation test coverage. - Has no significant code duplication.
- Is strictly typed using
sorbet
. - Is documented using
yard
.
This gem supports Ruby 3.1
and newer versions.
If you find any issues with the documentation or encounter any unexpected errors please open a GitHub Issue in the repository.
This project does not accept code contributions.
See CHANGELOG.md
See LICENSE