method

blank?

v2.3.8 - Show latest stable - Class: String
blank?()
public

No documentation available.

# File activesupport/lib/active_support/core_ext/object/blank.rb, line 67
  def blank?
    self !~ /\S/
  end