Method: Negation#negate

Defined in:
lib/logic_operations.rb

#negate(value) ⇒ Object



72
73
74
# File 'lib/logic_operations.rb', line 72

def negate(value)
  1 ^ value
end