Raise a non implemented error

This commit is contained in:
Scott Taylor 2011-09-05 17:10:00 -04:00
parent d98a06473e
commit 6a2a821c8a

View File

@ -66,7 +66,7 @@ module FakeFS
end
def self.chroot(string)
# Not implemented yet
raise NotImplementedError
end
def self.delete(string)