Class: Ruty::Datastructure::Node
- Inherits:
-
Object
- Object
- Ruty::Datastructure::Node
- Defined in:
- lib/ruty/datastructure.rb
Overview
baseclass for all nodes
Direct Known Subclasses
Instance Method Summary collapse
-
#render_node(context, stream) ⇒ Object
render the block and call the block for each return value.
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 |