method
blank?
blank?()
public
Hide source
# File activesupport/lib/active_support/core_ext/object/blank.rb, line 67 def blank? self !~ /\S/ end