Class: Faceter::Nodes::List Private

Inherits:
AbstractMapper::Branch
  • Object
show all
Defined in:
lib/faceter/nodes/list.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

The composed node that describes an array of the input data

Instance Method Summary collapse

Instance Method Details

#transprocTransproc::Function

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Builds a transproc function for the node from its child nodes

Returns:

  • (Transproc::Function)


17
18
19
# File 'lib/faceter/nodes/list.rb', line 17

def transproc
  Functions[:map_array, super]
end