# File lib/facets/core/kernel/to_b.rb, line 13
  def to_b
    self ? true : false
  end