diff options
| author | Jeremy Evans <code@jeremyevans.net> | 2026-03-31 16:36:08 -0700 |
|---|---|---|
| committer | Jeremy Evans <code@jeremyevans.net> | 2026-05-16 14:49:14 -0700 |
| commit | 5db2323fee886d53a2d27be7a0fadc5a2545de13 (patch) | |
| tree | aea213af953ac979e9c53a7149d636f1c685ff5e | |
| parent | ba43e07c12093273e46630c55e93c7491dbbd372 (diff) | |
[DOC] Remove information on Set#to_set deprecated arguments
Support for this was removed.
| -rw-r--r-- | set.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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) |
