# File lib/vendor/fssm/ext.rb, line 3
    def for(path)
      path.is_a?(Pathname) ? path : new(path)
    end