method
error_message
ruby latest stable - Class:
GetoptLong
error_message()public
Return the appropriate error message in POSIX-defined format. If no error has occurred, returns nil.
# File lib/getoptlong.rb, line 412
def error_message
return @error_message
end