100 101 102 103 104 105
# File 'lib/bj/joblist.rb', line 100 def push other Joblist.for(other).each do |job| super job end self end