Skip to content

Instantly share code, notes, and snippets.

@cheeyeo
Created May 5, 2010 16:04
Show Gist options
  • Save cheeyeo/390997 to your computer and use it in GitHub Desktop.
Save cheeyeo/390997 to your computer and use it in GitHub Desktop.
AmazeSNS.list_topics do |resp|
response = Crack::XML.parse(resp.response)
# do further processing here
EM.stop
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment