# File lib/vendor/fssm/fssm/pathname.rb, line 23 def for(path) path = path.is_a?(::FSSM::Pathname) ? path : new(path) path.dememo path end