method

blank?

v3.0.9 - 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