# File lib/vendor/fssm/fssm/tree.rb, line 124 def <=>(other) return unless other.is_a?(::FSSM::Tree::Node) self.mtime <=> other.mtime end