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