You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Target Version
The standard library signatures targets Ruby 2.7 for now.
The library code targets Ruby 2.6, 2.7, and 3.0.
How about to add/modify signatures for core/ in each ruby versions?
e.g.) Ruby 3.0 added Hash#except, but it looks nothing in core/hash.rbs. Does rbs have any version guard feature?
The text was updated successfully, but these errors were encountered:
https://github.com/ruby/rbs/blob/11d99dbe7de1cd9da6487ad0a153424b6452ee15/docs/CONTRIBUTING.md#the-target-version
The section describes as below
How about to add/modify signatures for
core/
in each ruby versions?e.g.) Ruby 3.0 added
Hash#except
, but it looks nothing incore/hash.rbs
. Doesrbs
have any version guard feature?The text was updated successfully, but these errors were encountered: