Rice::Registries¶
The Registries class is the entry point to the Ruby Introspection API. It is a singleton class that provides access to the following Rice registries:
Usage¶
type_registry = Registries.instance.types
Ruby API¶
Attributes¶
natives- Returns a reference toRice::NativeRegistrytypes- Returns a reference toRice::TypeRegistry
Methods¶
instance- Returns the singleton instance ofRice::Registries