Skip to content

Instantly share code, notes, and snippets.

@coderforhire
Created December 17, 2012 19:22
Show Gist options
  • Save coderforhire/4321142 to your computer and use it in GitHub Desktop.
Save coderforhire/4321142 to your computer and use it in GitHub Desktop.
Dir.foreach(web_dir) do |f|
pp f
pp new_playlist["playlists"][0]["assets"].any? {|a| a[:title] == f }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment