class XfOOrth::ForceExit
The exception raised to force the fOOrth language system to exit.
Public Instance Methods
foorth_message()
click to toggle source
Get the error message for this exception.
# File lib/fOOrth/monkey_patch/exceptions.rb, line 148 def foorth_message "F00: Quit command received. Exiting fOOrth." end