# File lib/pry/commands/play.rb, line 39
    def process
      @cc = CodeCollector.new(args, opts, _pry_)

      perform_play
      show_input
    end