; (ruby-ts--predefined-variables): Make it a little shorter
This commit is contained in:
parent
d94dc606a0
commit
b56cf28b32
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@
|
||||||
"$." "$<" "$>" "$_" "$*" "$$" "$?" "$:" "$LOAD_PATH"
|
"$." "$<" "$>" "$_" "$*" "$$" "$?" "$:" "$LOAD_PATH"
|
||||||
"$LOADED_FEATURES" "$DEBUG" "$FILENAME" "$stderr" "$stdin"
|
"$LOADED_FEATURES" "$DEBUG" "$FILENAME" "$stderr" "$stdin"
|
||||||
"$stdout" "$VERBOSE" "$-a" "$-i" "$-l" "$-p"
|
"$stdout" "$VERBOSE" "$-a" "$-i" "$-l" "$-p"
|
||||||
(seq "$" (+ digit)))
|
"$0" "$1" "$2" "$3" "$4" "$5" "$6" "$7" "$8" "$9")
|
||||||
string-end)
|
string-end)
|
||||||
"Ruby predefined global variables.")
|
"Ruby predefined global variables.")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue