Tools

A library of utility services and concerns.

Module: SleepingKingStudios::Tools::Toolbox::HeritableData::ClassMethods

Parent Namespace
SleepingKingStudios::Tools::Toolbox::HeritableData
Defined In
lib/sleeping_king_studios/tools/toolbox/heritable_data.rb

Table Of Contents

Overview

Methods prepended onto the singleton class when including HeritableData.

Back To Top

Instance Methods

#<(other) => true, false, nil

Compares self and other.

Parameters

Returns

#<=(other) => true, false, nil

Compares self and other.

Parameters

Returns

#<=>(other) => -1, 0, 1, nil

Compares self and other.

Parameters

Returns

#===(object) => true

Returns

#>(other) => true, false, nil

Compares self and other.

Parameters

Returns

#>=(other) => true, false, nil

Compares self and other.

Parameters

Returns

#define(*symbols, &) => Object

Defines a new Data class including the members/methods of this class.

The defined data class will include HeritableData, and will be able to define it’s own Data types using this method.

Parameters

Yields

Back To Top


Back to Documentation | Reference | SleepingKingStudios | SleepingKingStudios::Tools | SleepingKingStudios::Tools::Toolbox | SleepingKingStudios::Tools::Toolbox::HeritableData