summaryrefslogtreecommitdiff
path: root/man/ruby.1
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2020-11-30 19:06:25 +0900
committerNobuyoshi Nakada <[email protected]>2020-11-30 19:06:25 +0900
commit89774a938a5681193297c5346eeab4ee1dac563b ()
tree7b2792202ae5e3843e50d077428ed62f262ef7eb /man/ruby.1
parentb4e21ce25cfa6bf8a04cdeba8875215c5aabfaf1 (diff)
[DOC] Update -l option [ci skip]
`-l` option has used `chomp!` since Ruby 2.5. [Bug #12926]
-rw-r--r--man/ruby.12
1 files changed, 1 insertions, 1 deletions
@@ -313,7 +313,7 @@ Enables automatic line-ending processing, which means to firstly set
to the value of
.Li "$/" ,
and secondly chops every line read using
-.Li chop! .
.Pp
.It Fl n
Causes Ruby to assume the following loop around your script, which