class Faceter::Nodes::Field

The composed node that describes a field of tuples in input data

@api private

Public Instance Methods

transproc() click to toggle source

Builds a transproc function for the field node from its child nodes

@return [Transproc::Function]

# File lib/faceter/nodes/field.rb, line 17
def transproc
  Functions[:map_value, key, super]
end