class FakeFS::File

def self.fnmatch?(pattern, path, flags = 0)

def self.fnmatch?(pattern, path, flags = 0)
  RealFile.fnmatch?(pattern, path, flags)
end