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
2019-11-06
Drop test dependency from `mruby-hash-ext` to `mruby-enumerator`
KOBAYASHI Shuji
2018-11-19
Removed `try_convert` method from Array and Hash.
Yukihiro "Matz" Matsumoto
2017-12-25
Add `Hash#slice` [Ruby 2.5]
Yukihiro "Matz" Matsumoto
2017-12-25
`assert_equal()` takes result as the first argument
Yukihiro "Matz" Matsumoto
2017-08-09
add method(compact, compact!) and test of Hash to mruby-hash-ext
vvakame
2017-07-15
Add `Hash#transform_keys!` and `Hash#transform_values`.
Yukihiro "Matz" Matsumoto
2017-07-14
Remove duplication in `mruby-hash-ext` test.
Yukihiro "Matz" Matsumoto
2017-07-14
Add `Hash#transform_{keys,values}` to `mruby-hash-ext`.
Yukihiro "Matz" Matsumoto
2017-03-21
Hash sub class creates new sub class objects instead of Hash
Kouhei Sutou
2016-03-23
add #dig tests
Yukihiro "Matz" Matsumoto
2015-11-24
add {Array|Hash|String}.try_convert
takahashim
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