rubyx/lib/vool/builtin/int_plus.rb

6 lines
85 B
Ruby
Raw Normal View History

class Integer < DataObject4
def +(other)
return X.int_operator( :+ )
end
end