Skip to content

Instantly share code, notes, and snippets.

@emckean
Created July 17, 2012 19:07
Show Gist options
  • Save emckean/3131321 to your computer and use it in GitHub Desktop.
Save emckean/3131321 to your computer and use it in GitHub Desktop.
anna's file magic
path = "path"
Dir.chdir(path)
Dir.foreach(dir) do |file|
doc = Nokogiri::XML(File.open('#{file}'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment