Class: String
Instance Method Summary collapse
-
#blank? ⇒ Boolean
:nodoc: Inspired by ActiveSupport.
Instance Method Details
#blank? ⇒ Boolean
:nodoc: Inspired by ActiveSupport
36 37 38 |
# File 'lib/tweep/core_exts.rb', line 36 def blank? strip.empty? end |