Guest User

Untitled

a guest
May 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. >> test_hash = {}
  2. => {}
  3. >> test_hash[{}] = 'stuff'
  4. => "stuff"
  5. >> test_hash
  6. => {{}=>"stuff"}
  7. >> test_hash[{}]
  8. => nil
Add Comment
Please, Sign In to add comment