Skip to content

Instantly share code, notes, and snippets.

@pbyrne
Created January 31, 2012 19:22
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 pbyrne/1712313 to your computer and use it in GitHub Desktop.
Save pbyrne/1712313 to your computer and use it in GitHub Desktop.
79c79
< let s:code = "print ($: + begin; require %q{rubygems}; Gem.all_load_paths.sort.uniq; rescue LoadError; []; end).join(%q{,})"
---
> let s:code = "print ($:)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment