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