From 776867e14b8110643f6691d882b29acd966919f4 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 7 Jul 2009 07:54:28 +0000 Subject: * error.c (rb_typed_struct_is_kind_of): new function to see if the given typed struct. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 220ecf470..92a813585 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jul 7 16:54:24 2009 Nobuyoshi Nakada + + * error.c (rb_typed_struct_is_kind_of): new function to see if the + given typed struct. + Tue Jul 7 13:44:49 2009 Nobuyoshi Nakada * error.c (rb_check_typed_struct): new function to check typed -- cgit