Method: Bmg::Operator::NotMatching#initialize

Defined in:
lib/bmg/operator/not_matching.rb

#initialize(type, left, right, on) ⇒ NotMatching

Returns a new instance of NotMatching.



12
13
14
15
16
17
# File 'lib/bmg/operator/not_matching.rb', line 12

def initialize(type, left, right, on)
  @type = type
  @left = left
  @right = right
  @on = on
end