# File lib/capybara-screenshot/saver.rb, line 106
      def display_image
        system("#{imgcat} #{screenshot_path}") unless imgcat.nil?
      end