Check if string is empty
Returns:
7 8 9
# File 'lib/libis/tools/extend/string.rb', line 7 def blank? self == '' end