method
blank?
v3.0.0 -
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 blank?()No documentation available.
# File activesupport/lib/active_support/core_ext/object/blank.rb, line 67
def blank?
self !~ /\S/
end