Module: Xor
- Defined in:
- lib/logic_operations.rb
Instance Method Summary collapse
Instance Method Details
#apply(a, b) ⇒ Object
102 103 104 |
# File 'lib/logic_operations.rb', line 102 def apply(a, b) a ^ b end |
102 103 104 |
# File 'lib/logic_operations.rb', line 102 def apply(a, b) a ^ b end |