Hi, At Fri, 19 May 2006 18:46:05 +0900, Mauricio Fernandez wrote in [ruby-core:07909]: > (a) > [["a = 1\n"], ["a = 1\n"], ["a = 1\n"], ["a = 1\n"]] > > that is, turning SCRIPT_LINES__[fname] into an array to which ruby appends > arrays holding the contents of the files with that name as it parses them, or > > (b) > ["a = 1\n"] > > i.e. discarding all the previous data and keeping the contents from the last > parse. > > I believe (a) could be implemented in HEAD; the ruby_1_8 branch could get (a) > or, if it's deemed too radical a change, (b). I vote to (b) for HEAD too. -- Nobu Nakada