Certainty
Certainty provides Boolean, an object that represents truth in Ruby.
The library posits three truth values: true, false, or unknown.
## Usage
Add to your Gemfile.
gem 'certainty'
Require.
require 'certainty'
Inquire.
true.is_a? Boolean
=> true
Typecast.
Boolean("false")
=> false