72 73 74
# File 'src/ruby/ext/grpc/extconf.rb', line 72 def env_append(name, string) ENV[name] += ' ' + string end