Guest User

Untitled

a guest
Oct 7th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.08 KB | None | 0 0
  1. x = [[[1, 2], 0], [[2, 3], 1], [[0, 6], 2]]
  2. x.map {|x, y, z| brand = "z: #{x}", y}
Add Comment
Please, Sign In to add comment