Sign in Sign up
rubygems

booleans

This gem adds a new method called `Boolean`, analogous to builtins like `Integer` or `String`, which converts a Ruby value to either `true` or `false` based on its truthiness. It also has optional core extensions that add a `to_bool` method to all Ruby objects and allow you to check if a value is boolean with `val.is_a?(Boolean)`.

Activity

Latest release
2y ago
Total releases
4
Cadence
~3 months
Last 12 months
0

Details

License
MIT
First release
Oct 20, 2023
Releases
Version Released
0.1.3 patch
0.1.2 patch
0.1.1 patch
0.1.0 initial