Commit 62185859 authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

Remove unneeded `dup` in `Enumerator#initialize`

parent c02c4047
......@@ -121,7 +121,7 @@ class Enumerator
@obj = obj
@meth = meth
@args = args.dup
@args = args
@fib = nil
@dst = nil
@lookahead = 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