Class: Ruty::Datastructure::Node

Inherits:
Object
  • Object
show all
Defined in:
lib/ruty/datastructure.rb

Overview

baseclass for all nodes

Direct Known Subclasses

NodeList, TextNode, VariableNode, Tag

Instance Method Summary collapse

Instance Method Details

#render_node(context, stream) ⇒ Object

render the block and call the block for each return value



17
18
# File 'lib/ruty/datastructure.rb', line 17

def render_node context, stream
end