Module rb_sys::value_type
source · Expand description
Definitions for Ruby’s special constants.
Makes it easier to reference important Ruby constants, without havign to dig around in bindgen’s output.
Re-exports
pub use ruby_value_type::*;Functions
Queries the type of the object.
Queries if the object is a dynamic symbol.
Queries if the object is an instance of ::rb_cFloat.
Queries if the object is an instance of ::rb_cInteger.
Queries if the object is an instance of ::rb_cSymbol.
Identical to RB_BUILTIN_TYPE(), except it can also accept special constants.