NAME

Sidef::Types::Bool::Bool

DESCRIPTION

This class implements ...

SYNOPSIS

var obj = Bool(...)

INHERITS

Inherits methods from:

* Sidef::Object::Object

METHODS

&

a & b

Returns the

^

a ^ b

Returns the

|

a | b

Returns the

false

self.false

Returns the

is_true

self.is_true

Returns the

neg

self.neg

Returns the

Aliases: not, flip, toggle, is_false

new

self.new

Returns the

Aliases: call

pick

self.pick

Returns the

Aliases: rand

run

self.run

Returns back the self object.

to_b

self.to_b

Returns the

Aliases: to_bool

to_s

self.to_s

Returns the

Aliases: dump, to_str

true

self.true

Returns the