Hi, 2007/12/4, Nobuyoshi Nakada <nobu / ruby-lang.org>: > Using st_table, you don't need to call rb_obj_id(). It's OK to > insert VALUE itself. Hmmm, I see. > > > Anyway, don't you have commit access yet? > > > > No, I don't. > > You should have, I guess. Thanks, I'd like to take one, if it's free :) Who should I contact? > Non-nil result of rb_check_array_type() doesn't mean the > argument is an Array always. It may invoke to_ary method and > return the result. So you should not discard the result too. Wow, I didn't know that flatten flattened so much! Sorry for my silly patch, but the function name `rb_check_array_type' sounds confusing a little :P -- Yusuke ENDOH <mame / tsg.ne.jp>