Class: PseudoHiki::BlockParser::NonNestedBlockNode

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

Instance Attribute Summary

Attributes inherited from BlockNode

#node_id

Instance Method Summary collapse

Methods inherited from BlockNode

#add_leaf, #breakable?, #create_leaf, #level, #push_self

Instance Method Details

#parse_leafsObject



160
161
162
# File 'lib/pseudohiki/blockparser.rb', line 160

def parse_leafs
  each {|leaf| leaf.parse_leafs }
end