abstract class Object

Overview

Object is the base type of all Crystal objects.

Defined in:

mixin/delegate.cr

Macro Summary

Macro Detail

macro delegate(*what, to object, access level) #

Allows to delegate methods with specified access level e.g. delegate foo, bar, to: baz, access: :protected


[View source]