From: Eliezer Croitoru Date: 2012-10-17T03:57:00+09:00 Subject: Re: Converting binary string to integer for a Ruby newbie On 10/16/2012 8:16 PM, John Ringwalt wrote: > I want to convert a string of binary code ("011001") to the integer > value WITHOUT using to_i or any other preset method. How can I do this? > > Thanks for reading. curios:Why?