class Drizzle::Environment

Overview

A class that maintains the state of the interpreter (i.e variables and such)

Defined in:

drizzle/environment.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(outer = nil) #

[View source]

Instance Method Detail

def get(key : String) : Drizzle::Object::Object? #

[View source]
def set(key : String, value : Drizzle::Object::Object) #

[View source]