Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1.  
  2. hash =
  3. {
  4. one: 1,
  5. tow: :one + 1
  6. three: :tow + :one
  7. }
  8.  
  9. #=> {one: 1, tow: 2, three: 3 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement