Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/core_ext/blank.rb
Instance Method Summary collapse
Instance Method Details
#blank? ⇒ Boolean
4 5 6 |
# File 'lib/core_ext/blank.rb', line 4 def blank? empty? end |