M
Martin Durai
I came accross another problem, how to copy arrays? Actually i need to
copy array just like in java. i will include the source code of java.
The same functionality i need in ruby. please any body help me with this
System.arraycopy(elName, 0, arr, 0, elStackSize);
I need a way to do samething in ruby. please any body help me with code
for arraycopy.
thanks in advance
copy array just like in java. i will include the source code of java.
The same functionality i need in ruby. please any body help me with this
System.arraycopy(elName, 0, arr, 0, elStackSize);
I need a way to do samething in ruby. please any body help me with code
for arraycopy.
thanks in advance