File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1861,6 +1861,7 @@ class Process::Status < Object
18611861 #
18621862 # ArgumentError is raised if `mask` is negative.
18631863 #
1864+ %a{deprecated}
18641865 def & : (Integer num) -> Integer
18651866
18661867 # <!--
@@ -1893,6 +1894,7 @@ class Process::Status < Object
18931894 #
18941895 # ArgumentError is raised if `places` is negative.
18951896 #
1897+ %a{deprecated}
18961898 def >> : (Integer num) -> Integer
18971899
18981900 # <!--
Original file line number Diff line number Diff line change @@ -1547,6 +1547,7 @@ class String
15471547 # hashing algorithms, install the string-crypt gem and `require 'string/crypt'`
15481548 # to continue using it.
15491549 #
1550+ %a{deprecated}
15501551 def crypt : (string salt_str) -> String
15511552
15521553 # <!-- rdoc-file=string.c -->
You can’t perform that action at this time.
0 commit comments