diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-03-30 08:29:09 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-03-30 08:29:09 +0900 |
| commit | 2277c374db6c4ca1793911381ee5e323081c439d (patch) | |
| tree | 7f30294d6d526cf9e8d4d9ec6824074e2c621ab6 /mrbgems/mruby-enumerator | |
| parent | a88403cc85ce9fc8a8816128fde63b1676960f07 (diff) | |
| download | mruby-2277c374db6c4ca1793911381ee5e323081c439d.tar.gz mruby-2277c374db6c4ca1793911381ee5e323081c439d.zip | |
revert #1974; ref #1979
Diffstat (limited to 'mrbgems/mruby-enumerator')
| -rw-r--r-- | mrbgems/mruby-enumerator/mrblib/enumerator.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-enumerator/mrblib/enumerator.rb b/mrbgems/mruby-enumerator/mrblib/enumerator.rb index 053b15c2c..e1c7d7ef5 100644 --- a/mrbgems/mruby-enumerator/mrblib/enumerator.rb +++ b/mrbgems/mruby-enumerator/mrblib/enumerator.rb @@ -118,7 +118,7 @@ class Enumerator end @obj = obj - @meth = meth.to_sym + @meth = meth @args = args.dup @fib = nil @dst = nil |
