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