Skip to content

Instantly share code, notes, and snippets.

@ingeniarius
Created November 27, 2012 13:02
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 ingeniarius/4154130 to your computer and use it in GitHub Desktop.
Save ingeniarius/4154130 to your computer and use it in GitHub Desktop.
Build the whole Ruby Gems ctags file for application
ruby -e "require 'bundler';paths = Bundler.load.specs.map(&:full_gem_path);system(%Q[ctags -R -f .gemtags #{paths.join(' ')}])"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment