summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@idaemons.org>2023-04-25 10:57:51 +0900
committergit <svn-admin@ruby-lang.org>2023-04-25 01:58:12 +0000
commited887cbb4c3f9505745bb1110da56690a113afca (patch)
tree035fb506b6917941fd2c00e41628fcf17eb1a2cd /lib
parent15796ae1e80e32e8a4ff25d6663d89afc00025bb (diff)
downloadruby-ed887cbb4c3f9505745bb1110da56690a113afca.tar.gz
[ruby/set] Update lib/set.rb
https://github.com/ruby/set/commit/bc59f85f2f
Diffstat (limited to 'lib')
-rw-r--r--lib/set.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/set.rb b/lib/set.rb
index cf99ffac4b..5ac37dbf3c 100644
--- a/lib/set.rb
+++ b/lib/set.rb
@@ -216,7 +216,6 @@
# has been modified while an element in the set.
#
class Set
-
VERSION = "1.0.3"
include Enumerable