# File lib/pry/pry_instance.rb, line 542
  def should_print?
    !@suppress_output || last_result_is_exception?
  end