Project

muina

0.0
There's a lot of open issues
Monads and other stuff to help you write safer Ruby code.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Muina

Gem Version

muina is a gem that provides the Maybe and Result monads.

Installation

bundle add muina

Documentation

https://rubydoc.info/gems/muina

Development Standards

This project uses several tools to enforce quality standards; it:

  • Has no rubocop offenses and uses the style defined by rubocop-vaporyhumo.
  • Has 100% test coverage.
  • Has 100% mutation test coverage.
  • Has no significant code duplication.
  • Is strictly typed using sorbet.
  • Is documented using yard.

Supported Ruby Versions

This gem supports Ruby 3.1 and newer versions.

Contributing

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.

Changelog

See CHANGELOG.md

License

See LICENSE