Add support for alias $x $y
#1611
Closed
sampersand
started this conversation in
Ideas
Replies: 1 comment
-
Moved to an issue: #1647 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 completenessBeta Was this translation helpful? Give feedback.
All reactions