Method: Bitsy#&

Defined in:
lib/bitsy.rb

#&(other) ⇒ Object



82
83
84
# File 'lib/bitsy.rb', line 82

def &(other)
  self.class.new(value & other.to_i)
end