9 lines
73 B
Ruby
9 lines
73 B
Ruby
module Vm
|
|
class Integer < Value
|
|
|
|
def initialize
|
|
end
|
|
|
|
end
|
|
end
|