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