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