Class: Faceter::Nodes::Unwrap Private

Inherits:
AbstractMapper::Node
  • Object
show all
Defined in:
lib/faceter/nodes/unwrap.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

The node describes unwrapping values from the nested tuples

Instance Method Summary collapse

Instance Method Details

#transprocTransproc::Function

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Transformer function, defined by the node

Returns:

  • (Transproc::Function)


18
19
20
# File 'lib/faceter/nodes/unwrap.rb', line 18

def transproc
  Functions[:unwrap, key, selector]
end