Class: Twig::Node::Expression::Binary::Xor
- Defined in:
- lib/twig/node/expression/binary/xor.rb
Instance Method Summary collapse
Methods inherited from Boolean
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 |