Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/assert_xpath.rb
Overview
ERGO dry these up
Instance Method Summary collapse
Instance Method Details
#blank? ⇒ Boolean
776 777 778 |
# File 'lib/assert_xpath.rb', line 776 def blank? return strip.size == 0 end |