Class: InstantiatedObj
Instance Attribute Summary
Attributes inherited from DataType
Instance Method Summary collapse
-
#initialize(scope) ⇒ InstantiatedObj
constructor
A new instance of InstantiatedObj.
Constructor Details
#initialize(scope) ⇒ InstantiatedObj
Returns a new instance of InstantiatedObj.
545 546 547 548 |
# File 'lib/sdx/vm/datatypes.rb', line 545 def initialize(scope) @internal = scope @fields = scope.variables end |