# File lib/fakefs/file_system.rb, line 10
    def fs
      @fs ||= FakeDir.new('/')
    end