# File lib/fakefs/file_system.rb, line 80 def delete(path) return unless (node = FileSystem.find(path)) node.delete true end