reduce fix

This commit is contained in:
Denis Knauf 2010-11-30 14:45:06 +01:00
parent 362a987544
commit 2b7dd9fb58

View file

@ -186,7 +186,7 @@ class Functional
end
class Reduce <Base
def initialize iv, *a, &exe
def initialize iv, *a, &e
super *a, &e
@buf = {}
@buf.default = iv