2012-05-10 29 views

回答

3
my_object.my_array[0...-1].each { |obj| do_this(obj) } 
do_that(my_object.my_array.last) 
相关问题