# File lib/vendor/fssm/tree.rb, line 145 def set(path) # all paths set from this level need to be absolute # realpath will fail on broken links path = Pathname.for(path).expand_path super(path) end