j
k
j a
j l
... hash.map do |k, v| system "export #{k}=#{v}" } It would be better to just refactor into one line here: hash.map { |k, v| system "export #{k}=#{v}" }
hash.map do |k, v| system "export #{k}=#{v}" }
It would be better to just refactor into one line here:
hash.map { |k, v| system "export #{k}=#{v}" }
ok Thanks, Yinsi
Thanks, Xijian
Back to the thread
Back to the list