# File lib/facets/core/kernel/bool.rb, line 36
  def bool?
    (true == self or false == self)
  end