pathname.read([length [, offset]]) â string
pathname.read([length [, offset]], open_args) â string
pathname.read([length [, offset]], open_args) â string
Instance Public methods
Returns all data from the file, or the first N
bytes if
specified.
See IO.read.
Please login to continue.