Commit 5a2014b8 authored by ksss's avatar ksss

Enumerator#initialize support duck-type

parent 938281c1
......@@ -118,7 +118,7 @@ class Enumerator
end
@obj = obj
@meth = meth
@meth = meth.to_sym
@args = args.dup
@fib = nil
@dst = nil
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment