using new macro approach for builtin, testing first
This commit is contained in:
5
lib/vool/builtin/int_plus.rb
Normal file
5
lib/vool/builtin/int_plus.rb
Normal file
@ -0,0 +1,5 @@
|
||||
class Integer < DataObject4
|
||||
def +(other)
|
||||
return X.int_operator( :+ )
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user