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:



776
777
778
# File 'lib/assert_xpath.rb', line 776

def blank?
    return strip.size == 0
end