Guest User

Untitled

a guest
Jan 18th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. # Ruby 1.9:
  2. hsh = { foo: "bar" }
  3.  
  4. # Ruby 1.8 and 1.9:
  5. hsh = { :foo => "bar" }
Add Comment
Please, Sign In to add comment