reduce fix
This commit is contained in:
parent
362a987544
commit
2b7dd9fb58
|
@ -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
|
||||
|
|
Reference in a new issue