All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Bump the number just to force use of new artifact from Rubygems. I made a mistake publishing the previous version
then_if
accept non callable values and interpret them by their truth valuethen_unless
accept non callable values and interpret them by their truth valuecomplement
will negate the receiver's values directly if it is not a callable
complement
doesn't rais an ArgumentError when it's receiver was not a callable
- Object extensions
- then_if
- process the receiver with the given block if condition is true
- unless_if
- complement of
then_if
- complement of
- complement
- produce a proc which is the logical complement of the receiver
- constantly
- produce a proc which always returns the receiver
- then_if