diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-04-01 14:31:39 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-04-01 14:31:39 +0900 |
| commit | d9feed6703e6db86334497e90e9751a974545055 (patch) | |
| tree | 0ef5ddd30bbddcbfb61c3818b480131be5a8aba4 /mrblib/hash.rb | |
| parent | cf58d0d3e9ca12a922b452473427bcf66598fae3 (diff) | |
| download | mruby-d9feed6703e6db86334497e90e9751a974545055.tar.gz mruby-d9feed6703e6db86334497e90e9751a974545055.zip | |
move Array#inspect implementation to mrblib/array.rb
Diffstat (limited to 'mrblib/hash.rb')
| -rw-r--r-- | mrblib/hash.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mrblib/hash.rb b/mrblib/hash.rb index 74d3d0534..d15fa434e 100644 --- a/mrblib/hash.rb +++ b/mrblib/hash.rb @@ -142,6 +142,7 @@ class Hash k.inspect + "=>" + v.inspect }.join(", ")+"}" end + # ISO 15.2.13.4.31 (x) alias to_s inspect # 1.8/1.9 Hash#reject! returns Hash; ISO says nothing. |
