Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/carray/base/basic.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#+@ ⇒ Object
22 23 24 |
# File 'lib/carray/base/basic.rb', line 22 def +@ return CA_SIZE(self) end |
#to_ca ⇒ Object
25 26 27 |
# File 'lib/carray/base/basic.rb', line 25 def to_ca return CA_OBJECT(self) end |