No number is blank:
1.blank? # => false 0.blank? # => false
Returns:
132 133 134
# File 'lib/reading/util/blank.rb', line 132 def blank? false end