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
(Originally a discussion, #1611, I think this is more apt as an issue).
One of the lesser-known facts of ruby is you can also use alias to alias global variables to one another, such as alias $LOAD_PATH $:.
I propose we support this syntax in RBS (it'd be useful for require 'English'). It's very, very niche, but should be supported eventually for completeness.
The text was updated successfully, but these errors were encountered:
(Originally a discussion, #1611, I think this is more apt as an issue).
One of the lesser-known facts of ruby is you can also use
alias
to alias global variables to one another, such asalias $LOAD_PATH $:
.I propose we support this syntax in RBS (it'd be useful for
require 'English'
). It's very, very niche, but should be supported eventually for completeness.The text was updated successfully, but these errors were encountered: