Method: Arrow::Template::YieldDirective#initialize
- Defined in:
- lib/arrow/template/yield.rb
#initialize(type, parser, state) ⇒ YieldDirective
Initialize a new YieldDirective object with the specified type, parser, and state.
55 56 57 58 59 |
# File 'lib/arrow/template/yield.rb', line 55 def initialize( type, parser, state ) @args = [] @pureargs = [] super end |