summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/extension.ja.rdoc1
-rw-r--r--doc/extension.rdoc4
2 files changed, 5 insertions, 0 deletions
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.)