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