Sha256: 67ed47d19e24a9942838045f8ad822f5c0578d63296a8afcf51b80d2ad92117c
Contents?: true
Size: 208 Bytes
Versions: 41
Compression:
Stored size: 208 Bytes
Contents
module OrigenTesters::ATP module Processors # Removes all :sub_flow nodes class SubFlowRemover < Processor def on_sub_flow(node) node.updated(:remove, nil) end end end end
Version data entries
41 entries across 41 versions & 1 rubygems