; (ruby-ts--predefined-variables): Make it a little shorter

This commit is contained in:
Dmitry Gutov 2023-01-20 05:41:39 +02:00
parent d94dc606a0
commit b56cf28b32

View file

@ -131,7 +131,7 @@
"$." "$<" "$>" "$_" "$*" "$$" "$?" "$:" "$LOAD_PATH"
"$LOADED_FEATURES" "$DEBUG" "$FILENAME" "$stderr" "$stdin"
"$stdout" "$VERBOSE" "$-a" "$-i" "$-l" "$-p"
(seq "$" (+ digit)))
"$0" "$1" "$2" "$3" "$4" "$5" "$6" "$7" "$8" "$9")
string-end)
"Ruby predefined global variables.")