# File lib/fssm/pathname.rb, line 388
    def dirname
      self.class.new(File.dirname(self))
    end