Ruby ParseError Functions

EditRocket provides the following information on ParseError functions in the Ruby source code builder.

inspect() -

message() - Default stringizing method to emit standard error message.

new(*args) -

reason() - Returns error reason. Override this for I18N.

recover(argv) - Pushes back erred argument(s) to argv.

set_option(opt, eq) -

to_s() - "Alias for #message"