Class: IntInternal
Instance Attribute Summary
Attributes inherited from DataType
Instance Method Summary collapse
-
#initialize(val) ⇒ IntInternal
constructor
A new instance of IntInternal.
Constructor Details
#initialize(val) ⇒ IntInternal
Returns a new instance of IntInternal.
29 30 31 |
# File 'lib/sdx/vm/datatypes.rb', line 29 def initialize(val) @internal = val end |