Skip to content

Instantly share code, notes, and snippets.

View yalesov's full-sized avatar

Yulij Andreevich Lesov yalesov

View GitHub Profile
@yalesov
yalesov / bit.rb
Last active June 9, 2022 14:48
Ruby bitwise flag manipulation
# ===== #
# Flags #
# ===== #
# say, a 1 byte integer
#
# 0 0 0 0 0 0 0 0
# |- position 0
# |--- position 1
# |----- position 2