class Faceter::Nodes::Ungroup

The node describes grouping fields from nested arrays to tuples

@api private

Public Instance Methods

transproc() click to toggle source

Transformer function, defined by the node

@return [Transproc::Function]

# File lib/faceter/nodes/ungroup.rb, line 18
def transproc
  Functions[:ungroup, key, selector]
end