abstract class Object

Overview

Object is the base type of all Crystal objects.

Defined in:

strict-yaml/objects.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_yaml(source : String) #

[View source]
def self.from_yaml(value : StrictYAML::Any) #

[View source]

Instance Method Detail

def to_yaml(io : IO) : Nil #

[View source]
def to_yaml : String #

[View source]