class Anyolite::RbRef

Overview

Class to contain Ruby values in a GC-protected container

Defined in:

Main.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(value : RbCore::RbValue) #

Create a new container with value as content


[View source]

Instance Method Detail

def value : Anyolite::RbCore::RbValue #

Return the contained value


[View source]