Module: Kernel
- Defined in:
- lib/certainty.rb
Instance Method Summary collapse
-
#Boolean(arg) ⇒ Object
Converts arg to a boolean object.
Instance Method Details
#Boolean(arg) ⇒ Object
Converts arg to a boolean object.
56 57 58 |
# File 'lib/certainty.rb', line 56 def Boolean(arg) arg.to_bool end |