Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/assert_xpath.rb

Overview

ERGO dry these up

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


730
731
732
# File 'lib/assert_xpath.rb', line 730

def blank?
    return strip.size == 0
end