# File lib/augeas.rb, line 88
    def touch(path)
        set_internal(path, nil) if match(path).empty?
    end