Pry::ClassCommand
# File lib/pry/commands/gem_cd.rb, line 20 def complete(str) Rubygem.complete(str) end
# File lib/pry/commands/gem_cd.rb, line 15 def process(gem) Dir.chdir(Rubygem.spec(gem).full_gem_path) output.puts(Dir.pwd) end