class IntInternal

Public Class Methods

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