.collect is a synonym for .map . Like .each , the collect method will yield each member of an Array to the block. But unlike .each (which just returns the ...
確定! 回上一頁