# File lib/pry/test/helper.rb, line 145
  def process_command(command_str)
    @pry.process_command(command_str) or raise "Not a valid command"
    last_command_result_or_output
  end