Closed Tu2607 closed 3 years ago
This merge contains a bug fix for prune where we need to include require 'set' in prune.rb so that Set is in scope.
prune
require 'set'
prune.rb
Set
Let's hold off on this till we've tested it in 2019.8.x.
Oh okay. I thought we want to make the whole thing up-to-date. I'll go bump 1.x then.
This merge contains a bug fix for
prune
where we need to includerequire 'set'
inprune.rb
so thatSet
is in scope.