[][src]Module rosy::mixin

Ruby mixins.

Structs

Class

An instance of Ruby's Class type.

Module

An instance of Ruby's Module type.

Enums

DefMixinError

An error when attempting to define a Mixin type.

Inheritance

The inheritance relationship between two classes.

Traits

EvalArgs

A type that can be used as one or more arguments for evaluating code within the context of a Mixin.

MethodFn

An extern "C" fn that can be used as a method in Class::def_method.

Mixin

A type that supports mixins (see Class and Module).