summaryrefslogtreecommitdiff
path: root/lib/set.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-30 14:08:23 +0900
committergit <svn-admin@ruby-lang.org>2023-04-25 01:58:12 +0000
commit15796ae1e80e32e8a4ff25d6663d89afc00025bb (patch)
treeb5f51e76d3457b64648206d7a784c853b2564e3b /lib/set.rb
parentc301ba0a663386881addb1d987cca5e73d35cf2e (diff)
[ruby/set] Expose Set::VERSION
https://github.com/ruby/set/commit/d39b33f463
Diffstat (limited to 'lib/set.rb')
-rw-r--r--lib/set.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/set.rb b/lib/set.rb
index 95dd9217b1..cf99ffac4b 100644
--- a/lib/set.rb
+++ b/lib/set.rb
@@ -216,6 +216,9 @@
# has been modified while an element in the set.
#
class Set
+
+ VERSION = "1.0.3"
+
include Enumerable
# Creates a new set containing the given objects.