# File gnomevfs/src/lib/gnomevfs.rb, line 9 def <=>(other) unless other.is_a?(FileInfo) nil else mtime <=> other.mtime end end