abstract class Object

Overview

Object is the base type of all Crystal objects.

Defined in:

ifrit/core.cr

Instance Method Summary

Macro Summary

Instance Method Detail

def blank? : Bool #

[View source]
def present? #

[View source]

Macro Detail

macro singleton_delegate(*methods, to) #

[View source]