Method: LogicGates.not

Defined in:
lib/logicgates.rb

.not(a) ⇒ Object



11
12
13
# File 'lib/logicgates.rb', line 11

def self.not(a)
  !a
end