Method: Bmg::Operator::NotMatching#to_ast

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

#to_astObject



38
39
40
# File 'lib/bmg/operator/not_matching.rb', line 38

def to_ast
  [ :not_matching, left.to_ast, right.to_ast, on ]
end