# File lib/core/facets/boolean.rb, line 64
def
to_b
self
==
0
?
false
:
true
end