Skip to content

Instantly share code, notes, and snippets.

@rafkhan
Created July 6, 2012 21:43
Show Gist options
  • Save rafkhan/3062918 to your computer and use it in GitHub Desktop.
Save rafkhan/3062918 to your computer and use it in GitHub Desktop.
a = Array.new
hash = {:file1 => [:lib1, :lib2, :lib3], :file2 => [:lib4, :lib5, :lib6]}
hash.each do |key, val|
a.push *val
a.push key
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment