diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-07 07:54:28 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-07 07:54:28 +0000 |
commit | ac3c2866c74a703d5208a9001606ac4738daadbd (patch) | |
tree | 995b4ebf38b0616393b4c0391a711544636e43de /ChangeLog | |
parent | 74a6cc877cb0d8af8f34103a003689c9f184d85e (diff) |
* error.c (rb_typed_struct_is_kind_of): new function to see if the
given typed struct.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Tue Jul 7 16:54:24 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * 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 <nobu@ruby-lang.org> * error.c (rb_check_typed_struct): new function to check typed |