365 366 367
# File 'lib/carray/construct.rb', line 365 def new (*shape) CArray.new(self::DataType, shape) end