# File P4Triggers.rb, line 70
def
each_job( &block ) @jobs.each { |j|
yield
( j ) }
end