# File lib/Latin1Prober.rb, line 33
    def reduce(fn, res)
        each { |n| res = res.send(fn, n) }
        res
    end