# File lib/fssm/pathname.rb, line 105
    def each_filename(&blk)
      to_a.each(&blk)
    end