class Ruby::Marshal::Heap

Defined in:

ruby-marshal/stream_objects/heap.cr

Class Method Summary

Class Method Detail

def self.add(symbol : Symbol) #

[View source]
def self.add(object : Ruby::Marshal::Struct) #

[View source]
def self.add(object : Ruby::Marshal::Object) #

[View source]
def self.add(object : Ruby::Marshal::Hash) #

[View source]
def self.add(object : Ruby::Marshal::String) #

[View source]
def self.add(object : Ruby::Marshal::InstanceObject) #

[View source]
def self.add(object : Ruby::Marshal::Array) #

[View source]
def self.get_obj(index : Int32) #

[View source]
def self.get_sym(index : Int32) #

[View source]
def self.init #

[View source]