Class: Twig::Node::Expression::HelperMethod
- Defined in:
- lib/twig/node/expression/helper_method.rb
Instance Method Summary collapse
-
#initialize(name, arguments, lineno) ⇒ HelperMethod
constructor
A new instance of HelperMethod.
Methods inherited from Call
Constructor Details
#initialize(name, arguments, lineno) ⇒ HelperMethod
Returns a new instance of HelperMethod.
7 8 9 |
# File 'lib/twig/node/expression/helper_method.rb', line 7 def initialize(name, arguments, lineno) super({ arguments: }, { name: }, lineno) end |