Class: SyntaxTree::ERB::ErbElse
- 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
Constructor Details
This class inherits a constructor from SyntaxTree::ERB::Block
Instance Method Details
#accept(visitor) ⇒ Object
324 325 326 |
# File 'lib/syntax_tree/erb/nodes.rb', line 324 def accept(visitor) visitor.visit_erb_if(self) end |