Hegwin Wang
Hegwin Wang
Another issue for `break` with a parameter: In pry: ``` [1] pry(main)> a = [1,2,3] => [1, 2, 3] [2] pry(main)> a.each do |num| [2] pry(main)* break num if num...
I met the same issue on a 18.04 LTS with 1GB memory. When it's `Building native extensions...`, I can see the CPU Utilization is just around 15%. Meanwhile, I can't...
Could anyone help to check this? The gem is no longer compatible with Ruby 3.1+ due to an incompatible changes with Psych 4.0.0. This PR could fix this.