# File lib/vendor/fssm/fssm/pathname.rb, line 61
    def each_filename(&block)
      to_a.each(&block)
    end