diff options
| author | skandhas <[email protected]> | 2013-03-15 11:41:49 +0800 |
|---|---|---|
| committer | skandhas <[email protected]> | 2013-03-15 11:41:49 +0800 |
| commit | e6ab9237cc72469dfc6dd3279ce31be4495ac011 (patch) | |
| tree | 7c90620b9ea8210e99beb986f109f766dc2c12c8 /mrbgems/mruby-array-ext/test/array.rb | |
| parent | 59d33146e56d9dcc67592398482b617693a7c77c (diff) | |
| download | mruby-e6ab9237cc72469dfc6dd3279ce31be4495ac011.tar.gz mruby-e6ab9237cc72469dfc6dd3279ce31be4495ac011.zip | |
rename method
Diffstat (limited to 'mrbgems/mruby-array-ext/test/array.rb')
| -rw-r--r-- | mrbgems/mruby-array-ext/test/array.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-array-ext/test/array.rb b/mrbgems/mruby-array-ext/test/array.rb index 905606c9d..36da6bb17 100644 --- a/mrbgems/mruby-array-ext/test/array.rb +++ b/mrbgems/mruby-array-ext/test/array.rb @@ -21,7 +21,7 @@ assert("Array#at") do a.at(0) == "a" and a.at(-1) == "e" end -assert("Array::rassoc") do +assert("Array#rassoc") do a = [ [ 1, "one"], [2, "two"], [3, "three"], ["ii", "two"] ] a.rassoc("two") == [2, "two"] and |
