diff -r b1ea4ea0190e -r a6b2acd1a355 DebugClients/Ruby/DebugQuit.rb --- a/DebugClients/Ruby/DebugQuit.rb Sat Nov 07 15:54:09 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -# -*- coding: utf-8 -*- - -# Copyright (c) 2005 - 2015 Detlev Offenbach <detlev@die-offenbachs.de> -# - -=begin edoc -File implementing a debug quit exception class. -=end - -class DebugQuit < Exception -=begin edoc -Class implementing an exception to signal the end of a debugging session. -=end -end