Method: UltraMarathon::SubRunner#parents

Defined in:
lib/ultra_marathon/sub_runner.rb

#parentsSet

Set of all sub runners that should be run before this one, as specified by the :requires option.



107
108
109
# File 'lib/ultra_marathon/sub_runner.rb', line 107

def parents
  @parents ||= Set.new(options[:requires])
end