= private = protected
blank?()
nil is blank:
nil.blank? # => true
@return [true]
# File activesupport/lib/active_support/core_ext/object/blank.rb, line 53 def blank? true end