1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* intern.h (VALUE rb_ary_join): I have never seen this function

anywhere.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2011-01-01 01:59:14 +00:00
parent bb4f62f234
commit 2d5bd6b194
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Sat Jan 1 10:59:11 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
* include/ruby/intern.h (VALUE rb_ary_join): I have never seen
this function anywhere.
Sat Jan 1 04:20:11 2011 NARUSE, Yui <naruse@ruby-lang.org>
* win32/win32.c (rb_w32_write_console): don't raise exception when

View file

@ -69,7 +69,6 @@ VALUE rb_ary_unshift(VALUE, VALUE);
VALUE rb_ary_entry(VALUE, long);
VALUE rb_ary_each(VALUE);
VALUE rb_ary_join(VALUE, VALUE);
VALUE rb_ary_print_on(VALUE, VALUE);
VALUE rb_ary_reverse(VALUE);
VALUE rb_ary_sort(VALUE);
VALUE rb_ary_sort_bang(VALUE);