Method: TestInterpreter#build_execution_context
- Defined in:
- lib/blockly_interpreter/blockly_interpreter_test_helper.rb
#build_execution_context ⇒ Object
77 78 79 |
# File 'lib/blockly_interpreter/blockly_interpreter_test_helper.rb', line 77 def build_execution_context TestInterpreter::ExecutionContext.new(self, @variables) end |