class CircleCI::Parallel::Task::MockMaster
@api private
Private Instance Methods
downloaders()
click to toggle source
# File lib/circleci/parallel/task/mock_master.rb, line 10 def downloaders @downloaders ||= node.other_nodes.map { |other_node| MockDownloader.new(other_node) } end