Returns a new array by rotating self so that the element at count is the first ... a = [ "a", "b", "c", "d" ] a.rotate #=> ["b", "c", "d", ...
確定! 回上一頁