Exception: XfOOrth::ForceExit

Inherits:
StandardError
  • Object
show all
Defined in:
lib/fOOrth/monkey_patch/exceptions.rb

Overview

The exception raised to force the fOOrth language system to exit.

Instance Method Summary collapse

Instance Method Details

#foorth_messageObject

Get the error message for this exception.



152
153
154
# File 'lib/fOOrth/monkey_patch/exceptions.rb', line 152

def foorth_message
  "F00: Quit command received. Exiting fOOrth."
end