Class: PseudoHiki::BlockParser::BlockStack

Inherits:
TreeStack
  • Object
show all
Defined in:
lib/pseudohiki/blockparser.rb

Instance Attribute Summary

Attributes inherited from TreeStack

#current_node, #last_leaf, #node_end

Instance Method Summary collapse

Methods inherited from TreeStack

#accept, #initialize, #push, #push_as_child_node, #push_as_leaf, #push_as_sibling, #remove_current_node, #tree

Constructor Details

This class inherits a constructor from TreeStack

Instance Method Details

#popObject



42
43
44
45
# File 'lib/pseudohiki/blockparser.rb', line 42

def pop
  current_node.parse_leafs
  super
end