add_to_sequence(satisfying_flows, dependent_flow)click to toggle source
# File lib/dynflow/flows/sequence.rb, line 7defadd_to_sequence(satisfying_flows, dependent_flow)
# the flows are already in sequence, we don't need to do anything extraself<<dependent_flowend