Skip to content

Commit 56afc0a

Browse files
nobumatzbot
authored andcommitted
[ruby/English] [DOC] Markup variables in the full list as code
ruby/English@5e60c1068a
1 parent 4e6d78b commit 56afc0a

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

lib/English.rb

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -20,30 +20,30 @@
2020
# Below is a full list of descriptive aliases and their associated global
2121
# variable:
2222
#
23-
# $ERROR_INFO:: $!
24-
# $ERROR_POSITION:: $@
25-
# $FS:: $;
26-
# $FIELD_SEPARATOR:: $;
27-
# $OFS:: $,
28-
# $OUTPUT_FIELD_SEPARATOR:: $,
29-
# $RS:: $/
30-
# $INPUT_RECORD_SEPARATOR:: $/
31-
# $ORS:: $\
32-
# $OUTPUT_RECORD_SEPARATOR:: $\
33-
# $INPUT_LINE_NUMBER:: $.
34-
# $NR:: $.
35-
# $LAST_READ_LINE:: $_
36-
# $DEFAULT_OUTPUT:: $>
37-
# $DEFAULT_INPUT:: $<
38-
# $PID:: $$
39-
# $PROCESS_ID:: $$
40-
# $CHILD_STATUS:: $?
41-
# $LAST_MATCH_INFO:: $~
42-
# $ARGV:: $*
43-
# $MATCH:: $&
44-
# $PREMATCH:: $`
45-
# $POSTMATCH:: $'
46-
# $LAST_PAREN_MATCH:: $+
23+
# <tt>$ERROR_INFO</tt>:: <tt>$!</tt>
24+
# <tt>$ERROR_POSITION</tt>:: <tt>$@</tt>
25+
# <tt>$FS</tt>:: <tt>$;</tt>
26+
# <tt>$FIELD_SEPARATOR</tt>:: <tt>$;</tt>
27+
# <tt>$OFS</tt>:: <tt>$,</tt>
28+
# <tt>$OUTPUT_FIELD_SEPARATOR</tt>:: <tt>$,</tt>
29+
# <tt>$RS</tt>:: <tt>$/</tt>
30+
# <tt>$INPUT_RECORD_SEPARATOR</tt>:: <tt>$/</tt>
31+
# <tt>$ORS</tt>:: <tt>$\</tt>
32+
# <tt>$OUTPUT_RECORD_SEPARATOR</tt>:: <tt>$\</tt>
33+
# <tt>$NR</tt>:: <tt>$.</tt>
34+
# <tt>$INPUT_LINE_NUMBER</tt>:: <tt>$.</tt>
35+
# <tt>$LAST_READ_LINE</tt>:: <tt>$_</tt>
36+
# <tt>$DEFAULT_OUTPUT</tt>:: <tt>$></tt>
37+
# <tt>$DEFAULT_INPUT</tt>:: <tt>$<</tt>
38+
# <tt>$PID</tt>:: <tt>$$</tt>
39+
# <tt>$PROCESS_ID</tt>:: <tt>$$</tt>
40+
# <tt>$CHILD_STATUS</tt>:: <tt>$?</tt>
41+
# <tt>$LAST_MATCH_INFO</tt>:: <tt>$~</tt>
42+
# <tt>$ARGV</tt>:: <tt>$*</tt>
43+
# <tt>$MATCH</tt>:: <tt>$&</tt>
44+
# <tt>$PREMATCH</tt>:: <tt>$`</tt>
45+
# <tt>$POSTMATCH</tt>:: <tt>$'</tt>
46+
# <tt>$LAST_PAREN_MATCH</tt>:: <tt>$+</tt>
4747
#
4848
module English end if false
4949

0 commit comments

Comments
 (0)