mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Fix ARGF example
This commit is contained in:
parent
9d080765cc
commit
f4ea42a8ca
1 changed files with 1 additions and 1 deletions
2
io.c
2
io.c
|
@ -14918,7 +14918,7 @@ set_LAST_READ_LINE(VALUE val, ID _x, VALUE *_y)
|
||||||
* - \File +t.rb+:
|
* - \File +t.rb+:
|
||||||
*
|
*
|
||||||
* p "ARGV: #{ARGV}"
|
* p "ARGV: #{ARGV}"
|
||||||
* p "Line: #{ARGF.read}" # Read everything from all specified streams.
|
* p "Read: #{ARGF.read}" # Read everything from all specified streams.
|
||||||
*
|
*
|
||||||
* - Command and output:
|
* - Command and output:
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue