# File lib_wpm/wpm.rb, line 755 def empty_string?(string, strip=false) string == nil || (strip ? string.strip.empty? : string.empty?) end