Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/existence/string.rb
Instance Method Summary collapse
Instance Method Details
#blank? ⇒ Boolean
6 7 8 |
# File 'lib/existence/string.rb', line 6 def blank? self.strip.empty? end |
#present? ⇒ Boolean
2 3 4 |
# File 'lib/existence/string.rb', line 2 def present? !blank? end |