6 lines
85 B
Ruby
6 lines
85 B
Ruby
|
class Integer < DataObject4
|
||
|
def +(other)
|
||
|
return X.int_operator( :+ )
|
||
|
end
|
||
|
end
|