module RainforestRubyRuntime::Variables

Public Class Methods

scope_registry() click to toggle source
# File lib/rainforest_ruby_runtime/variables/registry.rb, line 50
def self.scope_registry
  @scope_registry ||= Registry.new
end
scope_registry=(registry) click to toggle source
# File lib/rainforest_ruby_runtime/variables/registry.rb, line 54
def self.scope_registry=(registry)
  @scope_registry = registry
end