Guest User

Untitled

a guest
Aug 7th, 2013
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.16 KB | None | 0 0
  1. hash1 = { 'app_name' => .... }
  2. hash2[:root][:somethingmore][:app_name][:...
  3.  
  4. hash1.each do |app, stuff|
  5.   print hash2[:root][:somethingmore][app.to_sym][:...
  6. end
Advertisement
Add Comment
Please, Sign In to add comment