[ruby/set] Update lib/set.rb

https://github.com/ruby/set/commit/bc59f85f2f
This commit is contained in:
Akinori MUSHA 2023-04-25 10:57:51 +09:00 committed by git
parent 15796ae1e8
commit ed887cbb4c

View File

@ -216,7 +216,6 @@
# has been modified while an element in the set. # has been modified while an element in the set.
# #
class Set class Set
VERSION = "1.0.3" VERSION = "1.0.3"
include Enumerable include Enumerable