# File lib/pry/commands/gem_open.rb, line 18
    def process(gem)
      Dir.chdir(Rubygem.spec(gem).full_gem_path) do
        Pry::Editor.invoke_editor(".", 0, false)
      end
    end