class Faceter::Nodes::Unwrap

The node describes unwrapping values from the nested tuples

@api private

Public Instance Methods

transproc() click to toggle source

Transformer function, defined by the node

@return [Transproc::Function]

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