Class: Remap::Mapper::Binary

Inherits:
Remap::Mapper show all
Includes:
Operation
Defined in:
lib/remap/mapper/binary.rb

Direct Known Subclasses

And, Or, Xor

Constant Summary

Constants included from State

State::Schema

Instance Method Summary collapse

Methods included from Operation

#call

Methods included from State

#state

Methods included from Operations

#&, #^, #|

Instance Method Details

#exceptionObject



9
10
11
# File 'lib/remap/mapper/binary.rb', line 9

def exception
  ->(error) { raise error }
end