Method: Arrow::Template::ForDirective#initialize

Defined in:
lib/arrow/template/for.rb

#initialize(body, parser, state) ⇒ ForDirective

Create a new Arrow::Template::ForDirective object.



77
78
79
80
81
# File 'lib/arrow/template/for.rb', line 77

def initialize( body, parser, state )
  @args = []
  @pureargs = []
  super
end