class Faceter::Nodes::Unfold

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/unfold.rb, line 17
def transproc
  Functions[-> hash { hash[key] }]
end