self
Optimize when the right operand has one entry
An Inclusion with a single right operand is equivalent to an Equality
Inclusion
Equality
@return [Equality]
@api private
# File lib/axiom/optimizer/function/predicate/inclusion.rb, line 26 def optimize left.eq(right.first) end