abstract class Object

Overview

Object is the base type of all Crystal objects.

Direct Known Subclasses

Defined in:

hcl/any.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_hcl(string_or_io : String | IO, ctx : HCL::ExpressionContext = HCL::ExpressionContext.default_context) #

Instance Method Detail

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