Lines Matching refs:push
268 m.repeated_msg.push TestMessage.new
311 l.push 4
314 l.each { |val| dst_list.push val }
325 l2.push 6
339 l.push m
349 l.push 42
380 m.repeated_string.push('ok2')
388 l.push TestMessage.new
393 l.push TestMessage2.new
401 l.push 42
431 l.push :A
432 l.push :B
433 l.push :C
436 l.push :D
440 l.push 4
469 l.push 4
478 l.push 2
881 m.repeated_msg.push tm1
883 m.repeated_msg.push tm2
1183 10.times do m.repeated_msg.push TestMessage2.new(:foo => 42) end
1184 10.times do m.repeated_string.push "hello world" end