Class: SyntaxTree::ERB::ErbBlock

Inherits:
Block
  • Object
show all
Defined in:
lib/syntax_tree/erb/nodes.rb

Instance Attribute Summary

Attributes inherited from Block

#closing, #elements, #location, #opening

Instance Method Summary collapse

Methods inherited from Block

#child_nodes, #deconstruct_keys, #initialize

Methods inherited from Node

#format, #pretty_print

Constructor Details

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

Instance Method Details

#accept(visitor) ⇒ Object



262
263
264
# File 'lib/syntax_tree/erb/nodes.rb', line 262

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