class Mutant::Parallel::Source::Array

def next?

Returns:
  • (Boolean) -
def next?
  @next_index < jobs.length
end