ARGF.tell â Integer
Instance Public methods
Returns the current offset (in bytes) of the current file in
ARGF
.
ARGF.pos #=> 0 ARGF.gets #=> "This is line one\n" ARGF.pos #=> 17
Returns the current offset (in bytes) of the current file in
ARGF
.
ARGF.pos #=> 0 ARGF.gets #=> "This is line one\n" ARGF.pos #=> 17
Please login to continue.