class Faceter::Nodes::Exclude

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/exclude.rb, line 17
def transproc
  Functions[:exclude, selector]
end