class Integer

Public Instance Methods

bit?(mask) click to toggle source
# File lib/akane_sound.rb, line 6
def bit?(mask)
  (self & mask) != 0
end