Returns:
7 8 9
# File 'lib/s2_netbox/helpers.rb', line 7 def blank?(value) value.nil? || value.length == 0 end