abstract class Object

Overview

Object is the base type of all Crystal objects.

Direct Known Subclasses

Defined in:

to_con.cr
any.cr
from_con.cr

Instance Method Summary

Instance Method Detail

def ===(other : CON::Any) #

[View source]
def from_con(con : String | IO) #

[View source]
def to_con(io : IO) #

[View source]
def to_con #

[View source]
def to_pretty_con(indent : String = " ") #

[View source]
def to_pretty_con(io : IO, indent : String = " ") #

[View source]