A library of utility services and concerns.
Mixin to allow defining subclasses of Data classes.
.define(*symbols, parent_class: nil, &) => Object
Defines a new heritable Data class.
#is_a?(type) => true
Also known as:
kind_of?
Checks if the object class inherits from type.
Back to Documentation | Versions | 1.3 | Reference | SleepingKingStudios | SleepingKingStudios::Tools | SleepingKingStudios::Tools::Toolbox