How about (0..1).reverse_each which iterates the range backwards? Iterating over a range in Ruby with each calls the succ method on the first object in the ...
確定! 回上一頁