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)


755
756
757
# File 'lib/assert_xpath.rb', line 755

def blank?
    return strip.size == 0
end