Guest User

Untitled

a guest
Nov 22nd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. variable = [{ "Key1" => ["value1","value2"]},
  2. { "Key2" => ["value1","value2"]}]
  3.  
  4. variable.
  5. values.
  6. map.
  7. with_index{|param1, param2, index|
  8. puts param1
  9. }
Add Comment
Please, Sign In to add comment