Class: Koara::Ast::BlockQuote

Inherits:
BlockElement show all
Defined in:
lib/koara/ast/blockquote.rb

Instance Attribute Summary

Attributes inherited from Node

#children, #parent, #value

Instance Method Summary collapse

Methods inherited from BlockElement

#has_children, #is_first_child, #is_last_child, #is_single_child, #nested, #next

Methods inherited from Node

#add, #children_accept

Instance Method Details

#accept(renderer) ⇒ Object



7
8
9
# File 'lib/koara/ast/blockquote.rb', line 7

def accept(renderer)
  renderer.visit_blockquote(self)
end