Kurt Euler wrote:
> 1) If there is a Ruby (boolean?) method that will compare the contents of
> two files and return indication as to whether or not their contents are
> identical?

require 'ftools'
File.cmp('f1', 'f2')