mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Update -l option [ci skip]
`-l` option has used `chomp!` since Ruby 2.5. [Bug #12926]
This commit is contained in:
parent
b4e21ce25c
commit
89774a938a
1 changed files with 1 additions and 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! .
|
||||
.Li chomp! .
|
||||
.Pp
|
||||
.It Fl n
|
||||
Causes Ruby to assume the following loop around your script, which
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue