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.
28 29 30 |
# File 'lib/sdx/vm/datatypes.rb', line 28 def initialize(val) @internal = val end |