reduce fix
This commit is contained in:
parent
362a987544
commit
2b7dd9fb58
|
@ -186,7 +186,7 @@ class Functional
|
||||||
end
|
end
|
||||||
|
|
||||||
class Reduce <Base
|
class Reduce <Base
|
||||||
def initialize iv, *a, &exe
|
def initialize iv, *a, &e
|
||||||
super *a, &e
|
super *a, &e
|
||||||
@buf = {}
|
@buf = {}
|
||||||
@buf.default = iv
|
@buf.default = iv
|
||||||
|
|
Reference in a new issue