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.



138
139
140
# File 'lib/fOOrth/monkey_patch/exceptions.rb', line 138

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