:nodoc:
35 36 37
# File 'lib/carray/basic.rb', line 35 def +@ return CA_SIZE(self) end
38 39 40
# File 'lib/carray/basic.rb', line 38 def to_ca return CA_OBJECT(self) end