Class: SyntaxTree::ERB::ErbDoClose

Inherits:
ErbClose show all
Defined in:
lib/syntax_tree/erb/nodes.rb

Instance Attribute Summary

Attributes inherited from ErbClose

#closing, #location

Instance Method Summary collapse

Methods inherited from ErbClose

#child_nodes, #deconstruct_keys, #initialize

Methods inherited from Node

#format, #pretty_print

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