# File lib/rack/directory.rb, line 104 def stat(node, max = 10) F.stat(node) rescue Errno::ENOENT, Errno::ELOOP return nil end