class Faceter::Nodes::Group

The node describes grouping fields from tuples into nested arrays

@api private

Public Instance Methods

transproc() click to toggle source

Transformer function, defined by the node

@return [Transproc::Function]

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