We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0e3322 + 9f129fe commit caecdfeCopy full SHA for caecdfe
2 files changed
core/process.rbs
@@ -1861,6 +1861,7 @@ class Process::Status < Object
1861
#
1862
# ArgumentError is raised if `mask` is negative.
1863
1864
+ %a{deprecated}
1865
def &: (Integer num) -> Integer
1866
1867
# <!--
@@ -1893,6 +1894,7 @@ class Process::Status < Object
1893
1894
1895
# ArgumentError is raised if `places` is negative.
1896
1897
1898
def >>: (Integer num) -> Integer
1899
1900
core/string.rbs
@@ -1547,6 +1547,7 @@ class String
1547
# hashing algorithms, install the string-crypt gem and `require 'string/crypt'`
1548
# to continue using it.
1549
1550
1551
def crypt: (string salt_str) -> String
1552
1553
# <!-- rdoc-file=string.c -->
0 commit comments