Is there a Rotate Bits Right in Ruby ?
Or how can I do that please.
Thanks
ROR is rotate right.
Here's a C implementation that could be ported to Ruby.
Ruby does have the
Bitwise Shift Right
operators