# File lib/facet/object/to_bool.rb, line 11
  def to_bool
    self ? true : false
  end