Advertisement
Guest User

Untitled

a guest
May 22nd, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. myhash = {
  2. "Texas" => "ACL",
  3. "Tennessee" => "Bonnaroo",
  4. "California" => "Coachella",
  5. "Illinois" => "Pitchfork",
  6. "Washington" => "Sasquatch"
  7. }
  8. puts myhash
  9.  
  10. # => {"Texas"=>"ACL", "Tennessee"=>"Bonnaroo", "Indio"=>"Coachella", "Illinois"=>"Pitchfork", "Washington"=>"Sasquatch"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement