Class: String
Instance Method Summary collapse
Instance Method Details
#blank? ⇒ Boolean
13 14 15 |
# File 'lib/inactive_support/object/blank.rb', line 13 def blank? strip.empty? end |
13 14 15 |
# File 'lib/inactive_support/object/blank.rb', line 13 def blank? strip.empty? end |