reduce fix

master
Denis Knauf 2010-11-30 14:45:06 +01:00
parent 362a987544
commit 2b7dd9fb58
1 changed files with 1 additions and 1 deletions

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