class InstantiatedObj

Public Class Methods

new(scope) click to toggle source
# File lib/sdx/vm/datatypes.rb, line 707
def initialize(scope)
    @internal = scope
    @fields = scope.variables
end