Module: Mullet::Scope

Included in:
DefaultNestedScope, DefaultScope
Defined in:
lib/mullet/scope.rb

Overview

A scope responds to the method get_variable_value taking a variable name argument and returning the variable value.

Constant Summary collapse

NOT_FOUND =

special value indicating variable name was not found

Object.new()