compare_file(a, b)public
Returns true if the contents of a file a and a file b are identical.
Bundler::FileUtils.compare_file('somefile', 'somefile') #=> true Bundler::FileUtils.compare_file('/dev/null', '/dev/urandom') #=> false
compare_file(a, b)Returns true if the contents of a file a and a file b are identical.
Bundler::FileUtils.compare_file('somefile', 'somefile') #=> true Bundler::FileUtils.compare_file('/dev/null', '/dev/urandom') #=> false