f1 = File.new("f1", "w")sleep 1f2 = File.new("f2", "w")f1.stat <=> f2.stat # Methods in Comparable are also availablef1.stat > f2.stat # falsef1.stat < f2.stat # true