foo is an array of objects, and bar is an attribute of the object.
(rdb:1) foo .bar.map{|v| bar.v }
[“a”, “b”, “c”, “d”, “e”, “f”]
< br />(rdb:1) foo.bar.each{|v| p bar.v }
[massive outpourin
foo is an array of objects, and bar is an attribute of the object.
(rdb:1) foo .bar.map{|v| bar.v }
[“a”, “b”, “c”, “d”, “e”, “f”]
< br />(rdb:1) foo.bar.each{|v| p bar.v }
[massive outpourin