From: Steve Date: 2007-11-12T01:43:11+09:00 Subject: Difference between File and FileTest? I'm new to Ruby. I started writing some code that uses "FileTest.directory?" and found this method also available as "File.directory?". So, why the two methods for doing the same thing and which should I be using? Thank you.