Removed to_ary conversion method.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2018-09-19 22:19:55 +09:00
parent 5bbcea9b3b
commit 698f5f707c
8 changed files with 28 additions and 59 deletions
+1
View File
@@ -199,6 +199,7 @@ MRB_API void mrb_ary_set(mrb_state *mrb, mrb_value ary, mrb_int n, mrb_value val
* @param other The array to replace it with.
*/
MRB_API void mrb_ary_replace(mrb_state *mrb, mrb_value self, mrb_value other);
MRB_API mrb_value mrb_ensure_array_type(mrb_state *mrb, mrb_value self);
MRB_API mrb_value mrb_check_array_type(mrb_state *mrb, mrb_value self);
/*