Class: Amrita2::Filters::Eval

Inherits:
NVar show all
Defined in:
lib/amrita2/template.rb

Instance Attribute Summary

Attributes inherited from Base

#next_

Instance Method Summary collapse

Methods inherited from NVar

#renderer_code

Methods inherited from Base

filter_method, inherited, #parse_filter_a, #|

Constructor Details

#initialize(*names) ⇒ Eval

Returns a new instance of Eval.



2373
2374
2375
# File 'lib/amrita2/template.rb', line 2373

def initialize(*names)
  @names = names
end