Subject: [ruby-talk:13209] Re: Reading a file backwards
From: PaulC <paulch megapathdsl.net>
Date: Mon, 26 Mar 2001 07:40:04 +0900
References: 13185131921319713207
in article B6E3D1BB.1A7A%paulch / megapathdsl.net, PaulC at
paulch / megapathdsl.net wrote on 3/25/01 4:47 PM:
> def reverseReadlines
> lins = []
This should of course be 'lines = []' - looks like the 'e' got
lost in the copy/paste
Paul