summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2026-03-31 16:36:08 -0700
committerJeremy Evans <code@jeremyevans.net>2026-05-16 14:49:14 -0700
commit5db2323fee886d53a2d27be7a0fadc5a2545de13 (patch)
treeaea213af953ac979e9c53a7149d636f1c685ff5e
parentba43e07c12093273e46630c55e93c7491dbbd372 (diff)
[DOC] Remove information on Set#to_set deprecated arguments
Support for this was removed.
-rw-r--r--set.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/set.c b/set.c
index 1a5d0e26fa..8d6f33329b 100644
--- a/set.c
+++ b/set.c
@@ -673,9 +673,6 @@ set_i_to_a(VALUE set)
*
* Without a block, if +self+ is an instance of +Set+, returns +self+.
* Otherwise, calls <tt>Set.new(self, &block)</tt>.
- *
- * A form with arguments is _deprecated_. It converts the set to another
- * with <tt>klass.new(self, *args, &block)</tt>.
*/
static VALUE
set_i_to_set(VALUE set)