class Faceter::Nodes::List
The composed node that describes an array of the input data
@api private
Public Instance Methods
transproc()
click to toggle source
Builds a transproc function for the node from its child nodes
@return [Transproc::Function]
# File lib/faceter/nodes/list.rb, line 17 def transproc Functions[:map_array, super] end