Class: Twig::Node::Expression::Call

Inherits:
Base
  • Object
show all
Defined in:
lib/twig/node/expression/call.rb

Direct Known Subclasses

Filter, Function, HelperMethod, Test::Base

Instance Attribute Summary

Attributes inherited from Base

#attributes, #lineno, #nodes, #source_context, #tag

Instance Method Summary collapse

Methods inherited from Base

#explicit_parentheses?, #set_explicit_parentheses

Methods inherited from Base

#empty?, #initialize, #length, #template_name, #to_s

Constructor Details

This class inherits a constructor from Twig::Node::Base

Instance Method Details

#compile(compiler) ⇒ Object



7
8
9
# File 'lib/twig/node/expression/call.rb', line 7

def compile(compiler)
  compile_callable(compiler)
end