self << bits -> Integer
シフト演算子。bits だけビットを左にシフトします。
例:
printf("%#b\n", 0b0101 << 1) # => 0b1010 p -1 << 1 # => -2