Skip to content

Instantly share code, notes, and snippets.

@nicinabox
Created March 14, 2011 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicinabox/869865 to your computer and use it in GitHub Desktop.
Save nicinabox/869865 to your computer and use it in GitHub Desktop.
users = []
xml.search('//dc:creator').each do |user|
unless users.include?(user)
users << user.inner_text
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment