ARGF.seek(amount, whence=IO::SEEK_SET) â 0
Instance Public methods
Seeks to offset amount (an Integer
) in the
ARGF
stream according to the value of whence. See
+IO#seek+ for further details.
Seeks to offset amount (an Integer
) in the
ARGF
stream according to the value of whence. See
+IO#seek+ for further details.
Please login to continue.