Class: Twig::Node::Expression::Binary::Or
- Defined in:
- lib/twig/node/expression/binary/or.rb
Instance Method Summary collapse
Methods inherited from Boolean
Instance Method Details
#operator(compiler) ⇒ Object
8 9 10 |
# File 'lib/twig/node/expression/binary/or.rb', line 8 def operator(compiler) compiler.raw('||') end |