‘true’ if the integer is 0
Returns:
61
# File 'lib/epitools/core_ext/truthiness.rb', line 61 def blank?; self == 0; end