Unverified Commit 32067b50 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #4254 from shuujii/remove-unneeded-dup-in-enumerator-initialize

Remove unneeded `dup` in `Enumerator#initialize`
parents cc32cc50 62185859
...@@ -121,7 +121,7 @@ class Enumerator ...@@ -121,7 +121,7 @@ class Enumerator
@obj = obj @obj = obj
@meth = meth @meth = meth
@args = args.dup @args = args
@fib = nil @fib = nil
@dst = nil @dst = nil
@lookahead = 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