Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/exact_target/string_ext.rb
Instance Method Summary collapse
Instance Method Details
#blank? ⇒ Boolean
18 19 20 |
# File 'lib/exact_target/string_ext.rb', line 18 def blank? respond_to?(:empty?) ? empty? : !self end |