Skip to content

Instantly share code, notes, and snippets.

@pcarrier
Created July 13, 2013 21:39
Show Gist options
  • Save pcarrier/5992325 to your computer and use it in GitHub Desktop.
Save pcarrier/5992325 to your computer and use it in GitHub Desktop.
(defn src->gems
[src]
(with-open [stream (input-stream src)]
(->> (ruby)
(stream->xs stream)
(map rb->gem))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment