class Faceter::Nodes::Fold
The node describes exclusion of the field from a tuple
@api private
Public Instance Methods
transproc()
click to toggle source
Transformer function, defined by the node
@return [Transproc::Function]
# File lib/faceter/nodes/fold.rb, line 17 def transproc Functions[-> value { { key => value } }] end