# File lib/fuse/fusedir.rb, line 26
        def initialize(max_space=nil,max_nodes=nil,strict=false)
            @nodes = 0
            @space = 0
            @max_space = max_space
            @max_nodes = max_nodes
            @strict = strict
        end