std::type_info¶ Instances of the class std:::type_info are returned by C++'s typeid operator and provides implementation-specific information about a type. Ruby API¶ Rice wraps std:::type_info. The exposed API is: TypeInfo#hash_code (see hash_code) TypeInfo#name (see name)