# File lib/vendor/fssm/fssm/pathname.rb, line 296
    def directory?
      FileTest.directory?(self)
    end