diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-02-08 13:44:31 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-02-08 13:44:31 +0900 |
| commit | 4a2c37df935495fd612377d67bdba0582ad1813e (patch) | |
| tree | 6af67d2f201945ac528ec479cd234017914b977b /mrblib/hash.rb | |
| parent | 5da7bd3a9133f03eb259fd9858cb08fa56bc53ac (diff) | |
| download | mruby-4a2c37df935495fd612377d67bdba0582ad1813e.tar.gz mruby-4a2c37df935495fd612377d67bdba0582ad1813e.zip | |
made mrb_define_class to return existing class, with heavy refactoring
Diffstat (limited to 'mrblib/hash.rb')
| -rw-r--r-- | mrblib/hash.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mrblib/hash.rb b/mrblib/hash.rb index f7cdbdc6d..fae44e6f0 100644 --- a/mrblib/hash.rb +++ b/mrblib/hash.rb @@ -187,7 +187,6 @@ end # Hash is enumerable # # ISO 15.2.13.3 -module Enumerable; end class Hash include Enumerable end |
