method
blank?
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
blank?()
public
Hide source
# File activesupport/lib/active_support/core_ext/blank.rb, line 49 def blank? self !~ /\S/ end