class Faceter::Nodes::Wrap

The node describes wrapping hash values into nested tuple

@api private

Public Instance Methods

transproc() click to toggle source

Transformer function, defined by the node

@return [Transproc::Function]

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