Class: SyntaxTree::ERB::ErbDoClose

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

Instance Attribute Summary

Attributes inherited from ErbClose

#closing

Attributes inherited from Element

#location, #new_line

Instance Method Summary collapse

Methods inherited from ErbClose

#child_nodes, #deconstruct_keys, #initialize

Methods inherited from Element

#deconstruct_keys, #initialize, #without_new_line

Methods inherited from Node

#format, #pretty_print, #skip?, #without_new_line

Constructor Details

This class inherits a constructor from SyntaxTree::ERB::ErbClose

Instance Method Details

#accept(visitor) ⇒ Object



391
392
393
# File 'lib/syntax_tree/erb/nodes.rb', line 391

def accept(visitor)
  visitor.visit_erb_do_close(self)
end