Class: Twig::Node::Expression::Binary::Xor

Inherits:
Boolean
  • Object
show all
Defined in:
lib/twig/node/expression/binary/xor.rb

Instance Method Summary collapse

Methods inherited from Boolean

#compile

Instance Method Details

#operator(compiler) ⇒ Object



10
11
12
# File 'lib/twig/node/expression/binary/xor.rb', line 10

def operator(compiler)
  compiler.raw('^')
end