Class: Hotcell::Joiner

Inherits:
Node
  • Object
show all
Defined in:
lib/hotcell/node/joiner.rb

Instance Attribute Summary

Attributes inherited from Node

#children, #name, #options, #position, #source

Instance Method Summary collapse

Methods inherited from Node

#==, #[], build, #initialize, #optimize, #position_info, #render, #render_children, #render_nodes

Constructor Details

This class inherits a constructor from Hotcell::Node

Instance Method Details

#process(context, *values) ⇒ Object



3
4
5
# File 'lib/hotcell/node/joiner.rb', line 3

def process context, *values
  values.join
end