[]=

ptr[index] = int â int
ptr[start, length] = string or cptr or addr â string or dl_cptr or addr
Instance Public methods

Set the value at index to int.

Or, set the memory at start until length with the contents of string, the memory from dl_cptr, or the memory pointed at by the memory address addr.

doc_ruby_on_rails
2015-04-06 02:55:22
Comments
Leave a Comment

Please login to continue.