Skip to content

Instantly share code, notes, and snippets.

@besquared
Created November 22, 2008 00:10
Show Gist options
  • Select an option

  • Save besquared/27704 to your computer and use it in GitHub Desktop.

Select an option

Save besquared/27704 to your computer and use it in GitHub Desktop.
HFile.dir('/sectors/integrated').each do |account|
account_id = account.split('/').last
HFile.dir(account).each do |collection|
HFile.dir(collection).each do |type|
HFile.dir(type).each do |dataset|
puts dataset
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment