# File lib/facets/core/numeric/to_b.rb, line 11
  def to_b
    self == 0 ? false : true
  end