From 310e9adcad24b4ec68abb123fd77503d3b58c9fd Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 18 May 2016 01:05:36 +0000 Subject: extension.rdoc: RB_TYPE_P [ci skip] * doc/extension.rdoc, doc/extension.rdoc (Checking Data Types): [DOC] mention RB_TYPE_P. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/extension.ja.rdoc | 1 + doc/extension.rdoc | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/doc/extension.ja.rdoc b/doc/extension.ja.rdoc index b6b8623cda..d89fbd2003 100644 --- a/doc/extension.ja.rdoc +++ b/doc/extension.ja.rdoc @@ -1223,6 +1223,7 @@ Data_Get_Struct(data, type, sval) :: == 型チェック + RB_TYPE_P(value, type) TYPE(value) FIXNUM_P(value) NIL_P(value) diff --git a/doc/extension.rdoc b/doc/extension.rdoc index 7677d1ad9f..c2aff57ffc 100644 --- a/doc/extension.rdoc +++ b/doc/extension.rdoc @@ -1145,6 +1145,10 @@ Data_Get_Struct(data, type, sval) :: == Checking Data Types +RB_TYPE_P(value, type) :: + + Is +value+ an internal type (T_NIL, T_FIXNUM, etc.)? + TYPE(value) :: Internal type (T_NIL, T_FIXNUM, etc.) -- cgit v1.2.3