abstract class Object

Overview

Object is the base type of all Crystal objects.

Defined in:

to_xml.cr

Instance Method Summary

Instance Method Detail

def to_xml(builder : XML::Builder) : Nil #

[View source]
def to_xml(io : IO, *, root : String | Nil, indent : String) : Nil #

[View source]
def to_xml(*, root : String = "root", indent : String = " ") : String #

[View source]