ARGF.pos = position รข Integer
Instance Public methods
Seeks to the position given by position (in bytes) in
ARGF
.
For example:
ARGF.pos = 17 ARGF.gets #=> "This is line two\n"
Seeks to the position given by position (in bytes) in
ARGF
.
For example:
ARGF.pos = 17 ARGF.gets #=> "This is line two\n"
Please login to continue.