Subject: from a file to an array of words
From: ngoc <ngoc yahoo.com>
Date: Mon, 28 Nov 2005 21:22:29 +0900
I want to compare two text(html) files. "diff" command in Linux compares
only by line.
In Ruby, I can use "File.readlines" and "split" later. Is there a single
function(method) to go from a file to an array of words.
Thanks