Bertram Scharpf wrote:
> There's another [] operator that's not well known:
> 
>   16[4]  #=> 1    (the 4th bit is 1)

Wow, I've been using ruby for many years but there's
always something new to learn isn't it? Thanks.

Daniel