Skip to content

Instantly share code, notes, and snippets.

@maliabadi
Created November 5, 2013 20:21
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 maliabadi/7325521 to your computer and use it in GitHub Desktop.
Save maliabadi/7325521 to your computer and use it in GitHub Desktop.
open gem source in sublime
#!/usr/bin/env ruby
path = Dir["#{ENV['rvm_path']}/gems/#{ENV['RUBY_VERSION']}/gems/#{ARGV[0]}*"].sort.last
`subl #{path}`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment