Skip to content

hakanensari/certainty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Certainty

Certainty provides Boolean, an object that represents truth in Ruby.

The library posits three truth values: true, false, or unknown.

travis

## Usage

Add to your Gemfile.

gem 'certainty'

Require.

require 'certainty'

Inquire.

true.is_a? Boolean
=> true

Typecast.

Boolean("false")
=> false

About

An object that represents truth

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages