Class: Twig::Node::Expression::Binary::Or

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

Instance Method Summary collapse

Methods inherited from Boolean

#compile

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