# File lib/pry/commands/gem_cd.rb, line 16
    def process(gem)
      Dir.chdir(Rubygem.spec(gem).full_gem_path)
      output.puts(Dir.pwd)
    end