Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- myemails = {
- '[email protected]' => 0,
- '[email protected]' => 1,
- '[email protected]' => 2,
- '[email protected]' => 3
- }
- puts myemails.values[0].to_s + ',' + myemails.values[1].to_s + ',' +
- myemails.values[2].to_s + ',' + myemails.values[3].to_s
Advertisement
Add Comment
Please, Sign In to add comment