abstract class Object
Overview
Object
is the base type of all Crystal objects.
Direct Known Subclasses
Defined in:
to_con.crany.cr
from_con.cr
Instance Method Summary
- #===(other : CON::Any)
- #from_con(con : String | IO)
- #to_con(io : IO)
- #to_con
- #to_pretty_con(indent : String = " ")
- #to_pretty_con(io : IO, indent : String = " ")