Method: ConflowSpec::TestFlow#_conflow_spec_returns

Defined in:
lib/conflow_spec/test_flow.rb

#_conflow_spec_returnsObject

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.

Set of return values of jobs



40
41
42
# File 'lib/conflow_spec/test_flow.rb', line 40

def _conflow_spec_returns
  @_conflow_spec_returns ||= Set.new
end