Method: Arrow::Template::SetDirective#initialize
- Defined in:
- lib/arrow/template/set.rb
#initialize(type, parser, state) ⇒ SetDirective
Create and return a new Arrow::Template::SetDirective object.
29 30 31 32 33 34 |
# File 'lib/arrow/template/set.rb', line 29 def initialize( type, parser, state ) @name = nil @value = nil super end |