# File lib/facet/object/boolean.rb, line 15
def
bool?
(
true
==
self
or
false
==
self
)
end