We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
attr
1 parent 7955049 commit bc59aa0Copy full SHA for bc59aa0
core/module.rbs
@@ -1694,7 +1694,8 @@ class Module < Object
1694
# `attr_reader(name)` but deprecated. Returns an array of defined method names
1695
# as symbols.
1696
#
1697
- def attr: (*interned arg0) -> Array[Symbol]
+ def attr: %a{deprecated} (interned, bool) -> Array[Symbol]
1698
+ | (*interned arg0) -> Array[Symbol]
1699
1700
# A previous incarnation of `interned` for backward-compatibility (see #1499)
1701
%a{deprecated: Use `interned`}
0 commit comments