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