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