Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/parity-gupshup.rb
Instance Method Summary collapse
Instance Method Details
#blank? ⇒ Boolean
16 17 18 |
# File 'lib/parity-gupshup.rb', line 16 def blank? self !~ /\S/ end |