Flowdock
[](p1) public

Bit Reference—Returns the nth bit in the (assumed) binary representation of big, where big[0] is the least significant bit.

   a = 9**15
   50.downto(0) do |n|
     print a[n]
   end

produces:

   000101110110100000111000011110010100111100010111001
Show source
Register or log in to add new notes.