Guest User

Untitled

a guest
May 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. # Array#1 = [{"content"=>"test"}, {"content"=>"test2"}]
  2. # Hash#1 = {"1"=>{"content"=>"test"}, "2"=>{"content"=>"test2"}}
  3. # Hash#1.values = [{"content"=>"test"}, {"content"=>"test2"}] OK
  4. # How to differentiate them to know when applying .values?
Add Comment
Please, Sign In to add comment