Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/compass/core_ext.rb
Instance Method Summary collapse
-
#blank? ⇒ Boolean
see if string has any content.
Instance Method Details
#blank? ⇒ Boolean
see if string has any content
4 |
# File 'lib/compass/core_ext.rb', line 4 def blank?; self.length.zero?; end |