Class: Twig::Node::Empty
Instance Attribute Summary
Attributes inherited from Base
#attributes, #lineno, #nodes, #source_context, #tag
Instance Method Summary collapse
-
#initialize(lineno = 0) ⇒ Empty
constructor
A new instance of Empty.
Methods inherited from Base
#compile, #empty?, #length, #template_name, #to_s
Constructor Details
#initialize(lineno = 0) ⇒ Empty
Returns a new instance of Empty.
6 7 8 |
# File 'lib/twig/node/empty.rb', line 6 def initialize(lineno = 0) super({}, {}, lineno) end |