Class: SyntaxTree::ERB::ErbDoClose
- Defined in:
- lib/syntax_tree/erb/nodes.rb
Instance Attribute Summary
Attributes inherited from ErbClose
Instance Method Summary collapse
Methods inherited from ErbClose
#child_nodes, #deconstruct_keys, #initialize
Methods inherited from Node
Constructor Details
This class inherits a constructor from SyntaxTree::ERB::ErbClose
Instance Method Details
#accept(visitor) ⇒ Object
291 292 293 |
# File 'lib/syntax_tree/erb/nodes.rb', line 291 def accept(visitor) visitor.visit_erb_do_close(self) end |