abstract class Object
Overview
Object
is the base type of all Crystal objects.
Defined in:
mixin/delegate.crMacro Summary
-
delegate(*what, to object, access level)
Allows to delegate methods with specified access level e.g.
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