Class: Range

Inherits:
Object show all
Defined in:
lib/carray/basic.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#+@Object



35
36
37
# File 'lib/carray/basic.rb', line 35

def +@
  return CA_SIZE(self)    
end

#to_caObject



38
39
40
# File 'lib/carray/basic.rb', line 38

def to_ca
  return CA_OBJECT(self)
end