# File lib/core/facets/boolean.rb, line 60
  def to_b
    ! self.empty?
  end