Subject: [ruby-talk:9484] Re: reading an entire file as a string
From: Dave Thomas <Dave PragmaticProgrammer.com>
Date: Thu, 18 Jan 2001 08:00:25 +0900
References: 946294649465946894699483
In-reply-to: matz@zetabits.com's message of "Thu, 18 Jan 2001 07:56:26 +0900"
matz / zetabits.com (Yukihiro Matsumoto) writes:
> How about IO::read(path[,size[,offset]]), where offset is the optional
> position to start reading?
Sounds good. Will File#read change too?
Dave