Class: Faceter::Nodes::Field Private
- Inherits:
-
AbstractMapper::Branch
- Object
- AbstractMapper::Branch
- Faceter::Nodes::Field
- Defined in:
- lib/faceter/nodes/field.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 a field of tuples in input data
Instance Method Summary collapse
-
#transproc ⇒ Transproc::Function
private
Builds a transproc function for the field node from its child nodes.
Instance Method Details
#transproc ⇒ Transproc::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 field node from its child nodes
17 18 19 |
# File 'lib/faceter/nodes/field.rb', line 17 def transproc Functions[:map_value, key, super] end |