ARGF.to_io â IO
Instance Public methods
Returns an IO
object representing the current file. This will
be a File
object unless the current file is a stream such as
STDIN.
For example:
ARGF.to_io #=> #<File:glark.txt> ARGF.to_io #=> #<IO:<STDIN>>
Please login to continue.