Returns:
55 56 57
# File 'src/ruby/ext/grpc/extconf.rb', line 55 def env_unset?(name) ENV[name].nil? || ENV[name].size == 0 end