summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-enumerator
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-08-08 16:08:53 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-08-08 16:08:53 +0900
commit569c7dec5f884c3d1345dcc22b7ac0f568a06437 (patch)
treeca78fe2ee6a8a94d41cf3dbd1f24a7d47e8e2472 /mrbgems/mruby-enumerator
parent0e45aa0066adebf313621429751d13c5e2ef63a6 (diff)
downloadmruby-569c7dec5f884c3d1345dcc22b7ac0f568a06437.tar.gz
mruby-569c7dec5f884c3d1345dcc22b7ac0f568a06437.zip
move StopIteration to core; close #2518
Diffstat (limited to 'mrbgems/mruby-enumerator')
-rw-r--r--mrbgems/mruby-enumerator/mrblib/enumerator.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/mrbgems/mruby-enumerator/mrblib/enumerator.rb b/mrbgems/mruby-enumerator/mrblib/enumerator.rb
index 58996adc8..c54959e91 100644
--- a/mrbgems/mruby-enumerator/mrblib/enumerator.rb
+++ b/mrbgems/mruby-enumerator/mrblib/enumerator.rb
@@ -549,10 +549,6 @@ class Enumerator
end
end
-class StopIteration < IndexError
- attr_accessor :result
-end
-
module Kernel
##
# call-seq: