mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Keyword argument implemented.
This commit is contained in:
@@ -57,7 +57,7 @@ os_count_objects(mrb_state *mrb, mrb_value self)
|
||||
hash = mrb_hash_new(mrb);
|
||||
}
|
||||
|
||||
if (!mrb_test(mrb_hash_empty_p(mrb, hash))) {
|
||||
if (!mrb_hash_empty_p(mrb, hash)) {
|
||||
mrb_hash_clear(mrb, hash);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user