= private = protected
blank?()
No number is blank:
1.blank? # => false 0.blank? # => false
# File activesupport/lib/active_support/core_ext/object/blank.rb, line 117 def blank? false end