Expand description
Definitions for the compiled Ruby macros.
Since macros are rely on the C preprocessor, they are not automatically available to Rust. This module compiles a tiny snippet of C code that is used to generate the Ruby macros, so they can be used in Rust.
Functions
Queries the length of the array.
Queries if the object is an instance of ::ruby_macros_cFloat.
Queries if the object is an instance of ::ruby_macros_cInteger.
Queries the length of the string.
Queries the contents pointer of the string.