class Faceter::Nodes::Rename

The node describes renaming a key of tuples

@api private

Public Instance Methods

transproc() click to toggle source

Transformer function, defined by the node

@return [Transproc::Function]

# File lib/faceter/nodes/rename.rb, line 17
def transproc
  Functions[:rename_keys, keys]
end