Invalid octal error in Ruby, how do I pass this? I have a number, 0962833 , which I need to send to the API, but I cannot send it, since I am getting this invalid octal digital error.
I need work for this, without turning this number into a string, zero cannot be deleted, this is mandatory.
source share