summaryrefslogtreecommitdiffhomepage
path: root/mrblib/array.rb
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-02-08 13:44:31 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-02-08 13:44:31 +0900
commit4a2c37df935495fd612377d67bdba0582ad1813e (patch)
tree6af67d2f201945ac528ec479cd234017914b977b /mrblib/array.rb
parent5da7bd3a9133f03eb259fd9858cb08fa56bc53ac (diff)
downloadmruby-4a2c37df935495fd612377d67bdba0582ad1813e.tar.gz
mruby-4a2c37df935495fd612377d67bdba0582ad1813e.zip
made mrb_define_class to return existing class, with heavy refactoring
Diffstat (limited to 'mrblib/array.rb')
-rw-r--r--mrblib/array.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/mrblib/array.rb b/mrblib/array.rb
index 82df90950..1203ea70e 100644
--- a/mrblib/array.rb
+++ b/mrblib/array.rb
@@ -95,8 +95,6 @@ end
##
# Array is enumerable and comparable
-module Enumerable; end
-module Comparable; end
class Array
# ISO 15.2.12.3
include Enumerable