index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
/
mruby-hash-ext
/
test
/
hash.rb
Age
Commit message (
Expand
)
Author
2015-11-15
move Hash comparison methods to mruby-hash-ext gem
Yukihiro "Matz" Matsumoto
2015-09-26
Refator Hash.fetch test
Jun Hiroe
2015-09-17
Problem: Hash#fetch doesn't raise KeyError when a key cannot be found
Asmod4n
2015-09-16
fix block variable in Hash#fetch
takahashim
2014-09-06
implement Hash.[]
INOUE Yasuyuki
2014-06-04
add Hash#to_h; ref #2348
Yukihiro "Matz" Matsumoto
2014-05-10
Change to raise TypeError (Hash#merge, #merge!)
yui-knk
2014-05-09
Add Hash#key
Jun Hiroe
2014-05-05
Add Hash#keep_if
Jun Hiroe
2014-05-05
Add Hash#invert
Jun Hiroe
2014-05-04
Add Hash#flatten
Jun Hiroe
2014-05-04
Add Hash#delete_if
Jun Hiroe
2014-04-30
remove trailing spaces
Nobuyoshi Nakada
2014-04-27
add Hash#fetch; close #2134
Yukihiro "Matz" Matsumoto
2014-02-22
add test(requires MRB_GC_FIXED_ARENA enabled)
take_cheeze
2013-08-04
Improve test of mruby-hash-ext GEM
Daniel Bovensiepen
2013-05-08
Move Hash#values_at to mruby-hash-ext gem.
Masaki Muranaka
2013-03-22
add mruby-hash-ext mrbgem, and method: Hash#merge!
Kouki Ooyatsu